From b8b72450e67f64a94e7f92155744a5396ec54c1f Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 6 Apr 2023 13:19:06 -0400 Subject: [PATCH] *Notify the slave protomux that we have synced --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 0e4660f..fb6e622 100644 --- a/src/index.ts +++ b/src/index.ts @@ -466,6 +466,7 @@ async function handleSyncProtomux(aq: ActiveQuery) { } }); mux._free = mux._free.filter((item: any) => item !== undefined); + aq.sendUpdate(true); socket.off("syncProtomux", sync); socket.emit("syncProtomux"); socket.on("syncProtomux", sync);