Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 112 Bytes

event_ping.md

File metadata and controls

9 lines (7 loc) · 112 Bytes

Event:'ping'

在将ping数据包写入服务器时触发。

socket.on('ping',()=>{
    // ... 
})