Skip to content

Remove blocking async from overlay events loop #382

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

Merged
merged 1 commit into from
Aug 1, 2022

Conversation

njgheorghita
Copy link
Collaborator

@njgheorghita njgheorghita commented Jul 20, 2022

What was wrong?

Similar to #373 We had blocking async inside of the overlay events processing loop.

How was it fixed?

Spawned new non-blocking tokio task to process an event when it's received.

To-Do

  • Add entry to the release notes (may forgo for trivial changes)
  • Clean up commit history

@njgheorghita njgheorghita changed the title Remove blocking async overlay events loop Remove blocking async from overlay events loop Jul 20, 2022
@njgheorghita njgheorghita marked this pull request as ready for review July 28, 2022 23:10
Copy link
Collaborator

@mrferris mrferris left a comment

Choose a reason for hiding this comment

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

LGTM! 🎖

@njgheorghita njgheorghita merged commit 16a57ea into ethereum:master Aug 1, 2022
@njgheorghita njgheorghita deleted the unblock-async branch August 1, 2022 15:53
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.

3 participants