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
{{ message }}
This repository was archived by the owner on Aug 5, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: