Event: 'reconnect_error'

优质
小牛编辑
119浏览
2023-12-01
  • attempt (字符串) 错误对象

重连错误时触发时间处理器

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