Skip to content

Commit

Permalink
Merge pull request #50 from SunLibin730/main
Browse files Browse the repository at this point in the history
  • Loading branch information
CcSimple authored Aug 28, 2023
2 parents 8cd7ee8 + 9016980 commit d40cc0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hiprint/hiprint.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d40cc0a

Please sign in to comment.