*Notify the slave protomux that we have synced

This commit is contained in:
Derrick Hammer 2023-04-06 13:19:06 -04:00
parent b8d0af64c7
commit b8b72450e6
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

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