Stop keepalive when socket closes
// FREEBIE
This commit is contained in:
parent
04c5f83485
commit
b8536679b3
3 changed files with 32 additions and 14 deletions
|
@ -41,7 +41,7 @@
|
|||
});
|
||||
},
|
||||
close: function() {
|
||||
this.socket.close();
|
||||
this.wsr.close();
|
||||
delete this.listeners;
|
||||
},
|
||||
onopen: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue