*Remove use of protomux

This commit is contained in:
Derrick Hammer 2023-04-08 15:19:31 -04:00
parent 3a207c107c
commit 0d7090206c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 2 deletions

View File

@ -191,8 +191,6 @@ export class Socket extends Client {
this._remotePublicKey = info.remotePublicKey;
this._rawStream = info.rawStream;
Protomux.from(this, { slave: true });
}
on<T extends EventEmitter.EventNames<string | symbol>>(
event: T,