Nowin icon indicating copy to clipboard operation
Nowin copied to clipboard

WebSockets: Ping/Pong frames should be handled even if there is no receive

Open marius-klimantavicius opened this issue 8 years ago • 0 comments

Current ParseWebSocketReceivedData implementation ignores any data if there is no receive in progress (_webSocketReceiveTcs == null). Ping/Pong frames should be handled (and invisible to the application) even if there is no active receive in progress.

marius-klimantavicius avatar Mar 10 '16 08:03 marius-klimantavicius