add notice for failed license check to p2p server

cron-as-worker-process
Moe 2022-06-20 22:42:13 -07:00
parent 821b547b89
commit ff5c7b7f4b
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ function startConnection(p2pServerAddress,subscriptionId){
}
})
onIncomingMessage('disconnect',function(data,requestId){
console.log(`FAILED LICENSE CHECK ON P2P`)
stayDisconnected = true
})
}