Skip to content

Commit

Permalink
[all] Fix connection restore after idle timeout in case of disabled jwt
Browse files Browse the repository at this point in the history
  • Loading branch information
konovalovsergey committed Sep 26, 2024
1 parent bce3169 commit 9101cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/docscoapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,7 @@
};

DocsCoApi.prototype.connect = function() {
this.isCloseCoAuthoring = false;
this.socketio.connect();
};

Expand Down

0 comments on commit 9101cbe

Please sign in to comment.