Compare commits
No commits in common. "84bc6ce1cbcb8ad2099f11316419239c9f97d160" and "a8419313b50d18860671ab25e715017d40c6c641" have entirely different histories.
84bc6ce1cb
...
a8419313b5
|
@ -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