diff --git a/src/proxies/multiSocket.ts b/src/proxies/multiSocket.ts index 50d0b2a..fc1e017 100644 --- a/src/proxies/multiSocket.ts +++ b/src/proxies/multiSocket.ts @@ -78,9 +78,6 @@ export default class MultiSocketProxy extends Proxy { constructor(options: MultiSocketProxyOptions) { super(options); - this._socketOptions.onchannel = this.handleNewPeerChannel.bind(this); - this._socketOptions.onclose = this.handleClosePeer.bind(this); - this._socketOptions.onopen = this.handlePeer.bind(this); if (options.socketClass) { this.socketClass = options.socketClass; } else {