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
Currently we do send all queued data but I believe we incorrectly send it even after the outgoing stream has been reset. This will require having an outgoing queue per channel.
Also, nice to have: A graceful closing method for the SCTP transport that doesn't non-gracefully closes all channels.
The text was updated successfully, but these errors were encountered:
Currently we do send all queued data but I believe we incorrectly send it even after the outgoing stream has been reset. This will require having an outgoing queue per channel.
Also, nice to have: A graceful closing method for the SCTP transport that doesn't non-gracefully closes all channels.
The text was updated successfully, but these errors were encountered: