#2710 closed defect (fixed)
win32 shadow server slow to exit
Reported by: | totaamwin32 | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.1 |
Component: | platforms | Version: | 3.0.x |
Keywords: | Cc: |
Description
Sending it a stop
request, it prints Shutting down in response to client request
reasonably quickly, but then there's a 5 second delay until we call clean_quit
.
Looks like the UI thread is too busy, probably somewhere in cleanup_protocols
? flush_then_close
?
Change History (2)
comment:1 Changed 8 months ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 5 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2710
Note: See
TracTickets for help on using
tickets.
It was caused by
mdns_updated
, added in r22709.We now use the background worker to avoid the delays: r26886.