-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update connection status on disconnect (#176)
- Connection status wasn't updating on disconnect editor / server (I added comments to the 2 new lines that fixed this) - Moved connection related commands + handlers to ConnectionController. This should be the rest of the code. Just moving existing functionality. Testing - Run a script against a server to create connection + associate editor - Status bar item should update to show the server the active editor is connected to - In the "CONNECTIONS" panel, click the split plug icon beside the editor node to "Disconnect Editor" - Status bar item should update to "Deephaven: Disconnected" - Repeat but instead of "Disconnect Editor", click the "Disconnect from Server" icon in the "SERVERS" panel (the split plug beside the server node)
- Loading branch information
Showing
2 changed files
with
106 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters