game stuff
This commit is contained in:
parent
07da40dce7
commit
e75cd7406f
20 changed files with 1527 additions and 387 deletions
|
|
@ -67,6 +67,7 @@ class WebSocketServer {
|
|||
return socket.terminate()
|
||||
}
|
||||
socket.isAlive = false
|
||||
this.evt.dispatch('close', {socket})
|
||||
socket.ping(() => { })
|
||||
})
|
||||
}, 30000)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue