Re: [webrtc-pc] Throw error if data channel's buffer is filled, rather than closing.

I think there are few clarifications needed:

- When there are already buffers queued, it should attempt to queue the buffer without attempting to send to underlying data transport.
- If there is error sending to underlying transport, should there be error thrown? Or should the interaction with underlying transport be asynchronous and queued as a task?

-- 
GitHub Notification of comment by soareschen
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/1209#issuecomment-307729672 using your GitHub account

Received on Monday, 12 June 2017 08:55:48 UTC