Skip to content

Commit

Permalink
no need to start protocol here
Browse files Browse the repository at this point in the history
fixes 'threads can only be started once'
  • Loading branch information
totaam committed Feb 7, 2025
1 parent 4f7cc83 commit bec8558
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xpra/scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2568,8 +2568,7 @@ def handshake_complete(*_args) -> None:
while True:
try:
conn = connect_or_fail(params, opts)
proto = app.make_protocol(conn)
proto.start()
app.make_protocol(conn)
app.show_progress(80, "connecting to server")
break
except InitExit as e:
Expand Down

0 comments on commit bec8558

Please sign in to comment.