Xpra: Ticket #2710: win32 shadow server slow to exit

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?



Sun, 05 Jul 2020 06:32:37 GMT - Antoine Martin: status changed; resolution set

It was caused by mdns_updated, added in r22709.

We now use the background worker to avoid the delays: r26886.


Sat, 23 Jan 2021 05:58:42 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2710