Follow-up
This commit is contained in:
parent
a6dcc1467d
commit
426e117a92
@ -833,7 +833,7 @@ class MTProtoSender {
|
|||||||
this._reconnecting = false;
|
this._reconnecting = false;
|
||||||
// uncomment this if you want to resend
|
// uncomment this if you want to resend
|
||||||
// this._send_queue.extend(Object.values(this._pending_state))
|
// this._send_queue.extend(Object.values(this._pending_state))
|
||||||
for (const state of this._pending_state) {
|
for (const state of Object.values(this._pending_state)) {
|
||||||
state.deferred.resolve();
|
state.deferred.resolve();
|
||||||
}
|
}
|
||||||
this._pending_state = {};
|
this._pending_state = {};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user