Skip to content

Commit

Permalink
Merge pull request #125 from JdeRobot/issue-120
Browse files Browse the repository at this point in the history
VNC proper loading
  • Loading branch information
OscarMrZ authored Feb 19, 2024
2 parents bdfdf91 + cfa3084 commit a505ace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manager/manager/vnc/vnc_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def start_vnc_gpu(self,display, internal_port, external_port, dri_path):
self.running = True

self.wait_for_port("localhost", internal_port)
self.wait_for_port("localhost", external_port)

self.create_desktop_icon()
self.create_gzclient_icon()
Expand Down

0 comments on commit a505ace

Please sign in to comment.