vani-meeting-client 1.2.4 → 1.2.5
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.
|
@@ -310,7 +310,7 @@ var WebsocketHandler = /** @class */ (function (_super) {
|
|
|
310
310
|
var _this = this;
|
|
311
311
|
var _a;
|
|
312
312
|
log.info("onWebSocketClosed", event.code);
|
|
313
|
-
if (event.wasClean === false || (event.message && event.message.toLowerCase().includes("software") && event.message.toLowerCase().includes("abort")) || (event.message && event.message.toLowerCase().includes("no address"))) {
|
|
313
|
+
if (event.code === 3005 || event.wasClean === false || (event.message && event.message.toLowerCase().includes("software") && event.message.toLowerCase().includes("abort")) || (event.message && event.message.toLowerCase().includes("no address"))) {
|
|
314
314
|
this.socketCheckTimeout = window.setTimeout(function () {
|
|
315
315
|
var _a;
|
|
316
316
|
_this.tryToReconectSocket();
|