@mtgame/core 2.0.6 → 2.0.7
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.
package/fesm2020/mtgame-core.mjs
CHANGED
|
@@ -6900,7 +6900,10 @@ class CentrifugoService {
|
|
|
6900
6900
|
initializeEngine(config) {
|
|
6901
6901
|
this.centrifuge = new Centrifuge(config.url, {
|
|
6902
6902
|
token: config.token,
|
|
6903
|
+
debug: true,
|
|
6903
6904
|
});
|
|
6905
|
+
// @ts-ignore
|
|
6906
|
+
this.centrifuge._debugEnabled = false;
|
|
6904
6907
|
}
|
|
6905
6908
|
addEngineSubscription(channel) {
|
|
6906
6909
|
const sub = this.centrifuge.newSubscription(channel);
|