Replying to InterApp Message causes message to be resent
5th February 2026
Hi Bautista IEnumerable<T> is lazy, meaning it doesn’t execute immediately. The code that produces the values only runs when the sequence is enumerated. If an IEnumerable is backed by work with …