Event: 'disconnect'

优质
小牛编辑
120浏览
2023-12-01
  • reason (字符串) 服务器或客户端丢失连接的原因

丢失连接时触发时间处理器

socket.on('disconnect', (timeout) => {
  // ...
});