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
Thanks for including the RFC reference. I'm not sure what you mean? Starscream responses with a Pong to any Ping data, which according to the spec, should be the same data as the Ping. Are you seeing something different?
onPongcallback and delegate doesn't have data passed in it as in onText or onData.
But in my opinion as RFC reference is saying that pong may has data so Starscream should pass it as optional parameter.
Hi,
I wonder why Starscream doesn't handle data that may be included in pong message sent from web socket. According to the web socket's specs:
https://tools.ietf.org/html/rfc6455#section-5.5.2
The text was updated successfully, but these errors were encountered: