*missing init
This commit is contained in:
parent
a8419313b5
commit
605f760fe3
|
@ -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>();
|
||||
|
|
Loading…
Reference in New Issue