Add explanations for more disconnect scenarios

This commit is contained in:
Marcel Klehr 2013-10-10 21:11:15 +02:00
parent de50efc71a
commit 7f10b9a42f
5 changed files with 56 additions and 10 deletions

View file

@ -1011,7 +1011,7 @@ function handleClientReady(client, message)
atext.attribs = attribsForWire.translated;
}catch(e) {
console.error(e.stack || e)
client.json.send({disconnect:"padCorrupted"});// pull the breaks
client.json.send({disconnect:"corruptPad"});// pull the breaks
return callback();
}