Re: [webrtc-pc] In data channel send(), remove the condition "If channel's underlying data transport is not established yet, then abort these steps"

@aboba Good point. I think PR #1404 is the right to do here.

When reading this I initially got nervous that it would allow calling send() even on data channels which are not open yet (forcing the implementations to buffer until the channel opens). But that would lead to trouble as we only learn the max-message-size when the SDP answer is received. 

-- 
GitHub Notification of comment by nils-ohlmeier
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1396#issuecomment-309587999 using your GitHub account

Received on Monday, 19 June 2017 22:10:40 UTC