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

fix(transport): tcp accept fixes #1170

Merged
merged 4 commits into from
Sep 9, 2024
Merged

fix(transport): tcp accept fixes #1170

merged 4 commits into from
Sep 9, 2024

Conversation

diegomrsantos
Copy link
Collaborator

Address the comments in #1164

@@ -239,7 +246,10 @@ method accept*(self: TcpTransport): Future[Connection] =
# Waits for any one of these futures to complete, indicating that a new connection has been accepted on one of the servers.
await one(self.acceptFuts)
Copy link
Collaborator

@AlejandroCabeza AlejandroCabeza Aug 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this suggestion taken care of or is not necessary? #1164 (comment)

Copy link
Collaborator

@lchenut lchenut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 👌

@diegomrsantos diegomrsantos enabled auto-merge (squash) September 9, 2024 11:08
@diegomrsantos diegomrsantos merged commit 8070b21 into master Sep 9, 2024
14 checks passed
@diegomrsantos diegomrsantos deleted the tcp-accept-fixes branch September 9, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: done
Development

Successfully merging this pull request may close these issues.

3 participants