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
* %x0 denotes a continuation frame
* %x1 denotes a text frame
* %x2 denotes a binary frame
* %x3-7 are reserved for further non-control frames
* %x8 denotes a connection close
* %x9 denotes a ping
* %xA denotes a pong
Websocket有自己的消息类型,ping 和 pong ,而ping的消息是方在text里面的。
https://tools.ietf.org/html/rfc6455
而pong的消息也需要放在text里面
The text was updated successfully, but these errors were encountered: