*missing init

This commit is contained in:
Derrick Hammer 2023-04-16 00:47:45 -04:00
parent a8419313b5
commit 605f760fe3
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ export default class MultiSocketProxy extends Proxy {
peer,
muxer,
...options,
});
}).init();
}
private socketClass: any;
private _peers: Map<string, PeerEntity> = new Map<string, PeerEntity>();