Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codechange: rework how connections are setup #49

Merged
merged 1 commit into from Aug 23, 2021

Conversation

TrueBrain
Copy link
Member

Instead of using a magic queue and wait for connection methods
to arrive on it, make a bit more use of coroutines and just write
in a single functions all the connection methods and their order.
This makes the whole function a lot less magic and more readable.

Accidental this might fix several issues, and report better
statistics about what is failing when.

Instead of using a magic queue and wait for connection methods
to arrive on it, make a bit more use of coroutines and just write
in a single functions all the connection methods and their order.
This makes the whole function a lot less magic and more readable.

Accidental this might fix several issues, and report better
statistics about what is failing when.
@TrueBrain TrueBrain merged commit cdf5b8b into OpenTTD:main Aug 23, 2021
@TrueBrain TrueBrain deleted the rework-connect branch August 23, 2021 10:33
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.

None yet

1 participant