define all server intervals in a map so we can easily clear them all
This commit is contained in:
@@ -359,7 +359,6 @@ module.exports.create = function (cfg, cb) {
|
||||
|
||||
// close the channel
|
||||
store.closeChannel(channel, function () {
|
||||
// XXX make sure that clients actually disconnect when we broadcast an error
|
||||
Server.channelBroadcast(channel, {
|
||||
error: 'EEXPIRED',
|
||||
channel: channel
|
||||
|
||||
Reference in New Issue
Block a user