Xpra: Ticket #2683: proxy server shutdown should send disconnect message to all proxied connections



Sat, 09 May 2020 06:42:35 GMT - Antoine Martin: priority, status changed

Why doesn't it?


Sat, 03 Oct 2020 06:01:38 GMT - Antoine Martin:

Testing with:

xpra start --start=xterm --bind-tcp=0.0.0.0:10000 --no-daemon
XPRA_STOP_PROXY_AUTH_SOCKET_TYPES= xpra proxy --bind-tcp=0.0.0.0:14500,auth=allow :1000 --no-daemon
xpra attach tcp://:whatever@192.168.0.10:14500
xpra stop :1000

The proxy prints this without actually terminating:

2020-10-03 13:00:34,395 xpra proxy server is terminating
2020-10-03 13:00:34,397 Proxy Server process ended
Unhandled exception in thread started by

Sat, 03 Oct 2020 15:48:03 GMT - Antoine Martin: status changed; resolution set

Fixed in r27586


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

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