mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 00:53:26 +02:00
Make inviting/kicking work.
This commit is contained in:
@@ -22,7 +22,7 @@ ChannelManager.prototype.register = function(id, timeout) {
|
||||
ChannelManager.prototype.unregister = function(id) {
|
||||
var channel = this.channels[id]
|
||||
delete this.channels[id]
|
||||
clearInterval(channel.timer)
|
||||
clearTimeout(channel.timer)
|
||||
}
|
||||
|
||||
ChannelManager.prototype.keepalive = function(id) {
|
||||
|
||||
Reference in New Issue
Block a user