From 62058d31fd94887be74f275222e6721187f1d812 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 6 Apr 2023 14:38:17 -0400 Subject: [PATCH] *Update dist --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index e75a188..cc3a659 100644 --- a/dist/index.js +++ b/dist/index.js @@ -136,7 +136,7 @@ export class Socket extends Client { } async _initSync() { this.userData = null; - const mux = Protomux.from(this); + const mux = Protomux.from(this, { slave: true }); let updateSent = defer(); let updateReceived = defer(); const setup = defer();