fix(core): destroy_session requests not being sent
i am actually retarded
This commit is contained in:
parent
6eed69ad02
commit
27d3058408
1 changed files with 2 additions and 2 deletions
|
@ -1308,8 +1308,8 @@ export class SessionConnection extends PersistentConnection {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this._queuedDestroySession.length) {
|
if (this._queuedDestroySession.length) {
|
||||||
containerMessageCount += this._session.queuedCancelReq.length
|
containerMessageCount += this._queuedDestroySession.length
|
||||||
containerSize += this._session.queuedCancelReq.length * 28
|
containerSize += this._queuedDestroySession.length * 28
|
||||||
destroySessions = this._queuedDestroySession
|
destroySessions = this._queuedDestroySession
|
||||||
this._queuedDestroySession = []
|
this._queuedDestroySession = []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue