@mtgame/core 0.1.156 → 0.1.157
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.
|
@@ -13193,7 +13193,7 @@
|
|
|
13193
13193
|
});
|
|
13194
13194
|
});
|
|
13195
13195
|
}
|
|
13196
|
-
return this.initializeEngineSubject;
|
|
13196
|
+
return this.initializeEngineSubject.pipe(operators.filter(function (item) { return Boolean(item); }), operators.take(1));
|
|
13197
13197
|
};
|
|
13198
13198
|
CentrifugoService.prototype.publish = function (channel, message) {
|
|
13199
13199
|
var _this = this;
|