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