Skip to content

Commit

Permalink
Merge pull request #5 from hackermondev/main
Browse files Browse the repository at this point in the history
fix(queue): make sure queue updates on reconnection
  • Loading branch information
hackermondev authored Jul 7, 2022
2 parents d730084 + 975cc17 commit f80f5f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/core/2b2t.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export default class TwoBTwo extends EventEmitter {
} catch (err) {}

if (!this.reconnecting) {
this.inQueue = true;
this.reconnecting = true;

// eslint-disable-next-line functional/immutable-data
Expand Down

0 comments on commit f80f5f8

Please sign in to comment.