diff --git a/src/hiprint/hiprint.bundle.js b/src/hiprint/hiprint.bundle.js index b635c21508bfa5188c294c64da1797679da6efd2..893f15cad8731b9be224fc2e30c4337584efd335 100644 --- a/src/hiprint/hiprint.bundle.js +++ b/src/hiprint/hiprint.bundle.js @@ -7472,6 +7472,7 @@ var hiprint = function (t) { var t = this; window.WebSocket ? this.socket || (this.socket = window.io(this.host, { + transports: ['websocket'], reconnectionAttempts: 5 }), this.socket.on("connect", function (e) { t.opened = !0, console.log("Websocket opened."), _this.socket.on("successs", function (t) {