@dxos/echo-pipeline 0.3.10-next.ef70620 → 0.3.11-main.bd26370

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.
@@ -2935,6 +2935,9 @@ var MeshNetworkAdapter = class extends NetworkAdapter {
2935
2935
  peerId: this.peerId
2936
2936
  }, {
2937
2937
  onStartReplication: async (info) => {
2938
+ if (this._extensions.has(info.id)) {
2939
+ return;
2940
+ }
2938
2941
  peerInfo = info;
2939
2942
  this._extensions.set(info.id, extension);
2940
2943
  this.emit("peer-candidate", {
@@ -3037,4 +3040,4 @@ export {
3037
3040
  SpaceManager,
3038
3041
  AutomergeHost
3039
3042
  };
3040
- //# sourceMappingURL=chunk-6XOL2DVG.mjs.map
3043
+ //# sourceMappingURL=chunk-W3SSYW3X.mjs.map