Skip to content

Conversation

@slymas
Copy link
Contributor

@slymas slymas commented May 26, 2025

In case of non-random server selection, previously the servers were retried in the same order all of the time, which is problematic of the first server(s) in the list are broken.

Let's do a modified round robin, where we always try the next available server on retries.

In case of non-random server selection, previously the servers were retried in the same order all of the time, which is problematic of the first server(s) in the list are broken.

Let's do a modified round robin, where we always try the next available server on retries.
@slymas
Copy link
Contributor Author

slymas commented May 26, 2025

I forgot go fmt first, so I made a new commit, squashed it with the original change, and force pushed the single commit.

@stapelberg stapelberg merged commit e2ce75e into robustirc:master May 27, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants