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
Don't discard data on io.ErrShortBuffer
Currently if the user passes a buffer to read into that is shorter then
the current message we lose the buffer. This PR changes the behavior to
instead keep what's in the reassemblyQueue until it can be read.
Relates to pion/webrtc#2712
Set rwnd from InitChunk (#364)
The rwnd has not been initialized from InitChunk
then payload data will be hold in the pending
queue until first SACK is received.
Reduce log level to trace for expected case
When remote resets its write half of the stream, we can still send
messages on it. This is not an error condition.