Event: 'reconnecting'

优质
小牛编辑
124浏览
2023-12-01
  • attempt (字符串) 尝试重连次数

尝试重连时触发时间处理器

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