*Flag protomux as slave

This commit is contained in:
Derrick Hammer 2023-04-06 14:38:07 -04:00
parent caec48d0a6
commit c0acff3955
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

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