Compare commits

..

No commits in common. "84bc6ce1cbcb8ad2099f11316419239c9f97d160" and "a8419313b50d18860671ab25e715017d40c6c641" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ class MultiSocketProxy extends proxy_js_1.default {
peer,
muxer,
...options,
}).init();
});
}
socketClass;
_peers = new Map();

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>();