Event: 'pong'

优质
小牛编辑
122浏览
2023-12-01
  • ms (数值型) 自ping到pong经历的毫秒数
socket.on('pong', (timeout) => {
  // ...
});