Compare commits
2 Commits
a8419313b5
...
84bc6ce1cb
Author | SHA1 | Date |
---|---|---|
Derrick Hammer | 84bc6ce1cb | |
Derrick Hammer | 605f760fe3 |
|
@ -62,7 +62,7 @@ class MultiSocketProxy extends proxy_js_1.default {
|
|||
peer,
|
||||
muxer,
|
||||
...options,
|
||||
});
|
||||
}).init();
|
||||
}
|
||||
socketClass;
|
||||
_peers = new Map();
|
||||
|
|
|
@ -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