3.3.14 event:connect_error
error(Object) 错误对象
在连接错误时触发
socket.on('connect_error',(error)=>{
// ...
})Last updated
Was this helpful?
error (Object) 错误对象
在连接错误时触发
socket.on('connect_error',(error)=>{
// ...
})Last updated
Was this helpful?
Was this helpful?