Child Node Framework Update : fix disconnected child recovery
parent
d6d9d4fb05
commit
fa13e70562
|
|
@ -71,7 +71,7 @@ module.exports = function(s,config,lang,app,io){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
client.on('message',onAuthenticate)
|
client.on('message',onAuthenticate)
|
||||||
client.on('disconnect',() => {
|
client.on('close',() => {
|
||||||
onDataConnectionDisconnect(client, req)
|
onDataConnectionDisconnect(client, req)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue