Skip to content

Commit

Permalink
fix: remove VSimRTI from WebVisualizer
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelger committed Oct 17, 2024
1 parent 2910397 commit ab69723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fed/mosaic-output/src/main/resources/web/visualizer-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ const WebSocketClient = (function() {
}

/**
* Connection establishment to VSimRTI
* Connection establishment to MOSAIC
*/
function createWebSocket() {
if (websocketEstablishedConnection) {
Expand Down Expand Up @@ -577,7 +577,7 @@ const WebSocketClient = (function() {
}, 3000)
} else {
setStatus('error')
alert("ERROR: Stopped trying to connect to VSimRTI due to timeout.")
alert("ERROR: Stopped trying to connect to MOSAIC due to timeout.")
}
}

Expand Down
Loading

0 comments on commit ab69723

Please sign in to comment.