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
When `callbackFlow`'s `Channel` is closed due to downstream `Flow` being
cancelled then sending to the `Channel` can unexpectedly throw an
exception. We suppress the exception, as it is assumed that `Flow` is
shutting down anyways.
0 commit comments