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

Wake Stack's polling task after queueing a DNS query #2057

Merged
merged 1 commit into from
Oct 14, 2023

Conversation

bugadani
Copy link
Contributor

The query is transmitted on the next Stack::poll which may or may not be happening in a timely manner. This PR is an attempt to fix this delay.

@bugadani
Copy link
Contributor Author

Unfortunately I'm not able to actually try this PR because embassy-net's release version is too far away from the other packages', and I don't know how to apply a patch to it in a way that doesn't break everything else.

Copy link
Member

@Dirbaio Dirbaio left a comment

Choose a reason for hiding this comment

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

thanks!

@Dirbaio Dirbaio added this pull request to the merge queue Oct 14, 2023
Merged via the queue into embassy-rs:main with commit f7c0ec6 Oct 14, 2023
3 checks passed
@bugadani bugadani deleted the dns branch October 14, 2023 14:22
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