From 53c1af344e7c458e9dcf5b680064c619956ae02c Mon Sep 17 00:00:00 2001 From: Lucian Buzzo Date: Fri, 1 Nov 2024 22:23:21 +0000 Subject: [PATCH] f --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 3539413..85afb7d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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();