add notice for failed license check to p2p server
parent
821b547b89
commit
ff5c7b7f4b
|
|
@ -197,6 +197,7 @@ function startConnection(p2pServerAddress,subscriptionId){
|
|||
}
|
||||
})
|
||||
onIncomingMessage('disconnect',function(data,requestId){
|
||||
console.log(`FAILED LICENSE CHECK ON P2P`)
|
||||
stayDisconnected = true
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue