@mtgame/core 0.2.75 → 0.2.77
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.
|
@@ -14536,6 +14536,7 @@
|
|
|
14536
14536
|
token: config.token,
|
|
14537
14537
|
maxReconnectDelay: 3000,
|
|
14538
14538
|
maxServerPingDelay: 3000,
|
|
14539
|
+
timeout: 1000,
|
|
14539
14540
|
});
|
|
14540
14541
|
};
|
|
14541
14542
|
CentrifugoService.prototype.addEngineSubscription = function (channel) {
|