fix(core): incomplete session reset
This commit is contained in:
parent
81eb664fec
commit
7e0f172aa8
1 changed files with 2 additions and 0 deletions
|
@ -206,8 +206,10 @@ export class MtprotoSession {
|
|||
this.queuedAcks.length = 0
|
||||
this.queuedStateReq.length = 0
|
||||
this.queuedResendReq.length = 0
|
||||
this.queuedCancelReq.length = 0
|
||||
this.getStateSchedule.clear()
|
||||
this.chains.clear()
|
||||
this.chainsPendingFails.clear()
|
||||
}
|
||||
|
||||
enqueueRpc(rpc: PendingRpc, force?: boolean): boolean {
|
||||
|
|
Loading…
Reference in a new issue