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
Also, state (senders and receivers) of those new requests is never released. Likely because connection.send(sendProcessor)... stream gets terminated and sendProcessor itself becomes cancelled.
Expected behavior is once Connection.send is terminated with error, all subsequent requests must be terminated with same error too.