From c0acff395516bb690803fb239b91831600f98423 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 6 Apr 2023 14:38:07 -0400 Subject: [PATCH] *Flag protomux as slave --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index a856f89..baab8bf 100644 --- a/src/index.ts +++ b/src/index.ts @@ -197,7 +197,7 @@ export class Socket extends Client { private async _initSync() { this.userData = null; - const mux = Protomux.from(this); + const mux = Protomux.from(this, { slave: true }); let updateSent = defer(); let updateReceived = defer();