fix an invalid use of dropChannel
This commit is contained in:
@@ -144,7 +144,7 @@ const checkExpired = function (Env, Server, channel) {
|
|||||||
error: 'EEXPIRED',
|
error: 'EEXPIRED',
|
||||||
channel: channel
|
channel: channel
|
||||||
}, Env.id);
|
}, Env.id);
|
||||||
dropChannel(channel);
|
dropChannel(Env, channel);
|
||||||
});
|
});
|
||||||
|
|
||||||
// return true to indicate that it has expired
|
// return true to indicate that it has expired
|
||||||
|
|||||||
Reference in New Issue
Block a user