4.3.25 event_disconnect
io.on('connection',socket=>{
socket.on('disconnect',reason=>{
// ...
})
})Last updated
Was this helpful?
io.on('connection',socket=>{
socket.on('disconnect',reason=>{
// ...
})
})Last updated
Was this helpful?
Was this helpful?