-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
consoles: Fix constant VNC reconnections when there is a password
We would pass a new object to VncConsole.credentials on every render, which would trigger it to re-connect to the VNC server every time. This shows up as flicker in the UI, and will also eventually break the connection entirely, somehow.
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 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