*Remove use of protomux
This commit is contained in:
parent
3a207c107c
commit
0d7090206c
|
@ -191,8 +191,6 @@ export class Socket extends Client {
|
||||||
|
|
||||||
this._remotePublicKey = info.remotePublicKey;
|
this._remotePublicKey = info.remotePublicKey;
|
||||||
this._rawStream = info.rawStream;
|
this._rawStream = info.rawStream;
|
||||||
|
|
||||||
Protomux.from(this, { slave: true });
|
|
||||||
}
|
}
|
||||||
on<T extends EventEmitter.EventNames<string | symbol>>(
|
on<T extends EventEmitter.EventNames<string | symbol>>(
|
||||||
event: T,
|
event: T,
|
||||||
|
|
Loading…
Reference in New Issue