Compare commits

...

2 Commits

Author SHA1 Message Date
Derrick Hammer 84bc6ce1cb
*update dist 2023-04-16 00:48:03 -04:00
Derrick Hammer 605f760fe3
*missing init 2023-04-16 00:47:45 -04:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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