quilkin icon indicating copy to clipboard operation
quilkin copied to clipboard

Attempt connections in parallel

Open Jake-Shadle opened this issue 6 months ago • 1 comments

This fixes an issue where attempting a connection to more than 1 remote endpoint would be done serially, thus the backoff would apply to all endpoints, rather than increasing for each individual one. This changes it so that the connections are attempted in parallel, choosing whichever successful connection is made first, and applying the backoff to each parallel attempt, rather than each individual attempt.

Jake-Shadle avatar Jun 19 '25 09:06 Jake-Shadle

Build Succeeded :partying_face:

Build Id: 5f50de56-5ff5-47e5-abf5-431c1bc48202

The following development images have been built, and will exist for the next 30 days:

To build this version:

git fetch [email protected]:googleforgames/quilkin.git pull/1244/head:pr_1244 && git checkout pr_1244
cargo build

quilkin-bot avatar Aug 06 '25 12:08 quilkin-bot

Hmm, maybe I'm misremembering and it was working.

Jake-Shadle avatar Aug 06 '25 13:08 Jake-Shadle