#129 closed defect (fixed)
Only the first connection to server works
Reported by: | Norman Rasmussen | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | critical | Milestone: | 0.3 |
Component: | server | Version: | 0.1.0 |
Keywords: | Cc: |
Attachments (1)
Change History (4)
comment:1 Changed 9 years ago by
Changed 9 years ago by
Attachment: | ticket-129.patch added |
---|
comment:3 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/129
Note: See
TracTickets for help on using
tickets.
With some debugging I have determined that on _process_connection_lost that _clear_keys_pressed and unpress_all_keys never returns.
r778 made it so that the process_packet(CONNECT_LOST) can run on any of 3 threads (read/writer/main).
There are two possible fixes: