Loading…
|
Translation changed |
|
|
String added in the repository |
|
Loading…
|
Translation changed |
|
|
String added in the repository |
|
Control frames are small (less than 128 bytes) messages entirely contained in an individual WebSocket frame. They may be sent at any time by either peer on an established connection, and can appear in between continuation frames for a message. There are three types of control frames:控制帧是小型消息(小于 128 字节),完全包含在单个 WebSocket 帧中。已建立连接的任意一端可以在任何时间发送控制帧,并且控制帧可以出现在消息的连续帧之间。控制帧分为三种类型:ping,、pong, and和 close.。