Temporarily prevent re-connecting when socket is disconnected

pull/3/head
sachaaaaa 7 years ago
parent 187424f84a
commit 536908b1c4

@ -123,6 +123,8 @@ MessageReceiver.prototype.extend({
'calledClose:',
this.calledClose
);
// TODO: handle properly
return;
this.shutdown();

Loading…
Cancel
Save