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

make sure to not oversubscribe to relays #1404

Merged
merged 1 commit into from
Apr 18, 2022

Conversation

marten-seemann
Copy link
Contributor

We didn't have any protection against multiple go routines running handleNewCandidate in parallel. This could lead to an oversubscription to relays if both relays accept the connection.

@marten-seemann marten-seemann requested a review from vyzo April 18, 2022 19:23
@marten-seemann marten-seemann force-pushed the fix-relay-oversubscription branch from 8122313 to 5b646fb Compare April 18, 2022 19:32
@marten-seemann marten-seemann merged commit 202fcee into master Apr 18, 2022
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