rawrtc-data-channel icon indicating copy to clipboard operation
rawrtc-data-channel copied to clipboard

Ensure queued data will be sent when closing a channel

Open lgrahl opened this issue 6 years ago • 0 comments

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.

lgrahl avatar Mar 31 '18 22:03 lgrahl