4.3.26 event_error
error
(Object) 错误对象
发生错误时触发。
io.on('connection',socket=>{
socket.on('error',error=>{
//
})
})
Last updated
Was this helpful?
error
(Object) 错误对象
发生错误时触发。
io.on('connection',socket=>{
socket.on('error',error=>{
//
})
})
Last updated
Was this helpful?