@dxos/client-services 0.1.58-main.cbf3753 → 0.1.58-main.d82e9a3

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.
@@ -71,7 +71,7 @@ var import_protocols = require("@dxos/protocols");
71
71
  var import_services = require("@dxos/protocols/proto/dxos/client/services");
72
72
 
73
73
  // packages/sdk/client-services/src/version.ts
74
- var DXOS_VERSION = "0.1.58-main.cbf3753";
74
+ var DXOS_VERSION = "0.1.58-main.d82e9a3";
75
75
 
76
76
  // packages/sdk/client-services/src/packlets/services/platform.ts
77
77
  var getPlatform = () => {
@@ -2681,6 +2681,7 @@ var DataSpace = class DataSpace2 {
2681
2681
  await this._open();
2682
2682
  }
2683
2683
  async _open() {
2684
+ await this._gossip.open();
2684
2685
  await this._notarizationPlugin.open();
2685
2686
  await this._inner.spaceState.addCredentialProcessor(this._notarizationPlugin);
2686
2687
  await this._inner.open(new import_context6.Context());
@@ -2689,7 +2690,7 @@ var DataSpace = class DataSpace2 {
2689
2690
  state: import_services7.SpaceState[this._state]
2690
2691
  }, {
2691
2692
  F: __dxlog_file12,
2692
- L: 158,
2693
+ L: 159,
2693
2694
  S: this,
2694
2695
  C: (f, a) => f(...a)
2695
2696
  });
@@ -2707,7 +2708,7 @@ var DataSpace = class DataSpace2 {
2707
2708
  state: import_services7.SpaceState[this._state]
2708
2709
  }, {
2709
2710
  F: __dxlog_file12,
2710
- L: 172,
2711
+ L: 173,
2711
2712
  S: this,
2712
2713
  C: (f, a) => f(...a)
2713
2714
  });
@@ -2718,6 +2719,7 @@ var DataSpace = class DataSpace2 {
2718
2719
  await this._inner.spaceState.removeCredentialProcessor(this._notarizationPlugin);
2719
2720
  await this._notarizationPlugin.close();
2720
2721
  await this._presence.destroy();
2722
+ await this._gossip.close();
2721
2723
  }
2722
2724
  async postMessage(channel, message) {
2723
2725
  return this._gossip.postMessage(channel, message);
@@ -2737,7 +2739,7 @@ var DataSpace = class DataSpace2 {
2737
2739
  if (err instanceof import_errors3.CancelledError) {
2738
2740
  (0, import_log10.log)("data pipeline initialization cancelled", err, {
2739
2741
  F: __dxlog_file12,
2740
- L: 203,
2742
+ L: 205,
2741
2743
  S: this,
2742
2744
  C: (f, a) => f(...a)
2743
2745
  });
@@ -2745,7 +2747,7 @@ var DataSpace = class DataSpace2 {
2745
2747
  }
2746
2748
  import_log10.log.error("Error initializing data pipeline", err, {
2747
2749
  F: __dxlog_file12,
2748
- L: 207,
2750
+ L: 209,
2749
2751
  S: this,
2750
2752
  C: (f, a) => f(...a)
2751
2753
  });
@@ -2754,7 +2756,7 @@ var DataSpace = class DataSpace2 {
2754
2756
  state: import_services7.SpaceState[this._state]
2755
2757
  }, {
2756
2758
  F: __dxlog_file12,
2757
- L: 209,
2759
+ L: 211,
2758
2760
  S: this,
2759
2761
  C: (f, a) => f(...a)
2760
2762
  });
@@ -2774,7 +2776,7 @@ var DataSpace = class DataSpace2 {
2774
2776
  state: import_services7.SpaceState[this._state]
2775
2777
  }, {
2776
2778
  F: __dxlog_file12,
2777
- L: 225,
2779
+ L: 227,
2778
2780
  S: this,
2779
2781
  C: (f, a) => f(...a)
2780
2782
  });
@@ -2785,7 +2787,7 @@ var DataSpace = class DataSpace2 {
2785
2787
  await (0, import_context6.cancelWithContext)(this._ctx, this._inner.dataPipeline.ensureEpochInitialized());
2786
2788
  (0, import_log10.log)("waiting for data pipeline to reach target timeframe", void 0, {
2787
2789
  F: __dxlog_file12,
2788
- L: 239,
2790
+ L: 241,
2789
2791
  S: this,
2790
2792
  C: (f, a) => f(...a)
2791
2793
  });
@@ -2796,7 +2798,7 @@ var DataSpace = class DataSpace2 {
2796
2798
  this.metrics.dataPipelineReady = /* @__PURE__ */ new Date();
2797
2799
  (0, import_log10.log)("data pipeline ready", void 0, {
2798
2800
  F: __dxlog_file12,
2799
- L: 248,
2801
+ L: 250,
2800
2802
  S: this,
2801
2803
  C: (f, a) => f(...a)
2802
2804
  });
@@ -2806,7 +2808,7 @@ var DataSpace = class DataSpace2 {
2806
2808
  state: import_services7.SpaceState[this._state]
2807
2809
  }, {
2808
2810
  F: __dxlog_file12,
2809
- L: 252,
2811
+ L: 254,
2810
2812
  S: this,
2811
2813
  C: (f, a) => f(...a)
2812
2814
  });
@@ -2822,7 +2824,7 @@ var DataSpace = class DataSpace2 {
2822
2824
  await this._createWritableFeeds();
2823
2825
  (0, import_log10.log)("writable feeds created", void 0, {
2824
2826
  F: __dxlog_file12,
2825
- L: 268,
2827
+ L: 270,
2826
2828
  S: this,
2827
2829
  C: (f, a) => f(...a)
2828
2830
  });
@@ -2927,7 +2929,7 @@ var DataSpace = class DataSpace2 {
2927
2929
  state: import_services7.SpaceState[this._state]
2928
2930
  }, {
2929
2931
  F: __dxlog_file12,
2930
- L: 384,
2932
+ L: 386,
2931
2933
  S: this,
2932
2934
  C: (f, a) => f(...a)
2933
2935
  });