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);