*Flag protomux as slave
This commit is contained in:
parent
caec48d0a6
commit
c0acff3955
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue