Child Node Framework Update : fix disconnected child recovery

montage-api
Moe 2021-11-28 11:06:01 -08:00
parent d6d9d4fb05
commit fa13e70562
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ module.exports = function(s,config,lang,app,io){
}
}
client.on('message',onAuthenticate)
client.on('disconnect',() => {
client.on('close',() => {
onDataConnectionDisconnect(client, req)
})
})