#2346 closed enhancement (fixed)
client to retry to connect until it succeeds
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 3.0 |
Component: | client | Version: | 2.5.x |
Keywords: | Cc: |
Description
When we know where we want to connect, we may want to retry a number of times until we succeed.
This would allow the server and client to be started in parallel.
ie: https://github.com/mviereck/x11docker/issues/167#issuecomment-506864026
There should probable a configurable limit of retries.
Change History (2)
comment:1 Changed 6 months ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 6 months ago by
Note: See
TracTickets for help on using
tickets.
We now retry up to XPRA_CONNECT_TIMEOUT (defaults to 20 seconds):
Not doing VSOCK or named-pipes.