Event: 'connect_error'

优质
小牛编辑
132浏览
2023-12-01
  • error (对象) 错误对象

连接错误触发事件处理器。

socket.on('connect_error', (error) => {
  // ...
});