You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, when we received from the channel in a channel source, we
didn't check if it was still open. This lead to hotlooping and spamming
the source's handler/queue when the input channel is closed.
Now, we stop the source when the channel is closed, similarly to what
happens if the context is closed.
0 commit comments