@dxos/network-manager 0.7.4 → 0.7.5-feature-compute.4d9d99a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4148,7 +4148,9 @@ var RtcTransportProxyFactory = class {
4148
4148
  bridgeService: this._bridgeService
4149
4149
  });
4150
4150
  this._connections.add(transport);
4151
- transport.closed.on(() => this._connections.delete(transport));
4151
+ transport.closed.on(() => {
4152
+ this._connections.delete(transport);
4153
+ });
4152
4154
  return transport;
4153
4155
  }
4154
4156
  };
@@ -4427,4 +4429,4 @@ export {
4427
4429
  RtcTransportService,
4428
4430
  createTeleportProtocolFactory
4429
4431
  };
4430
- //# sourceMappingURL=chunk-6O74LX7U.mjs.map
4432
+ //# sourceMappingURL=chunk-LRVTAZGC.mjs.map