*Notify the slave protomux that we have synced
This commit is contained in:
parent
b8d0af64c7
commit
b8b72450e6
|
@ -466,6 +466,7 @@ async function handleSyncProtomux(aq: ActiveQuery) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
mux._free = mux._free.filter((item: any) => item !== undefined);
|
mux._free = mux._free.filter((item: any) => item !== undefined);
|
||||||
|
aq.sendUpdate(true);
|
||||||
socket.off("syncProtomux", sync);
|
socket.off("syncProtomux", sync);
|
||||||
socket.emit("syncProtomux");
|
socket.emit("syncProtomux");
|
||||||
socket.on("syncProtomux", sync);
|
socket.on("syncProtomux", sync);
|
||||||
|
|
Loading…
Reference in New Issue