Skip to content

Commit

Permalink
force reload as session is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Apr 8, 2024
1 parent 0b19f7d commit cac4e96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geppetto-client/js/communication/MessageSocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ define(function (require) {
GEPPETTO.MessageSocket.socketStatus = GEPPETTO.Resources.SocketStatus.CLOSE;
GEPPETTO.CommandController.log(GEPPETTO.Resources.WEBSOCKET_CLOSED, true);
GEPPETTO.MessageSocket.attempts++;
window.location.reload();
break;
default:
if (GEPPETTO.MessageSocket.lostConnectionId === undefined) {
Expand Down

0 comments on commit cac4e96

Please sign in to comment.