UNPKG
ndut-socket-io
Version:
latest (0.7.3)
0.7.3
0.7.2
0.7.1
0.7.0
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
Socket IO for Ndut Framework
github.com/ardhi/ndut-socket-io
ardhi/ndut-socket-io
ndut-socket-io
/
lib
/
handle-disconnect.js
4 lines
(3 loc)
•
137 B
JavaScript
View Raw
1
2
3
4
module
.
exports
=
async
function
(
socket, reason
) {
this
.
log
.
info
(
`[sio] Socket '
${socket.id}
' disconnected, reason: '
${reason}
'`
) }