Stop keepalive when socket closes

// FREEBIE
This commit is contained in:
lilia 2015-09-29 18:02:41 -07:00
parent 04c5f83485
commit b8536679b3
3 changed files with 32 additions and 14 deletions

View file

@ -41,7 +41,7 @@
});
},
close: function() {
this.socket.close();
this.wsr.close();
delete this.listeners;
},
onopen: function() {