Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianBuzzo committed Nov 1, 2024
1 parent 9bf8336 commit 53c1af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ export const createClient = (
};

// make sure, that we only tick once at a time
if (tickActive) {
if (!tickActive) {
tickActive = true;
process.nextTick(() => {
dispatchBatches();
Expand Down

0 comments on commit 53c1af3

Please sign in to comment.