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

212 async exec never returns when the network is disconnected and then restored #217

Conversation

mzimbres
Copy link
Collaborator

No description provided.

@mzimbres mzimbres closed this Oct 21, 2024
@mzimbres mzimbres reopened this Oct 21, 2024
@mzimbres mzimbres merged commit b8a52e5 into develop Oct 21, 2024
48 checks passed
@@ -40,7 +40,9 @@ struct resolve_op {

resv_->results_ = res;

// TODO: map operation_canceled into error::resolve_timeout
if (ec == asio::error::operation_aborted) {
ec == error::resolve_timeout;

Choose a reason for hiding this comment

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

Should this be ec = error::resolve_timeout?

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.

async_exec never returns when the network is disconnected and then restored.
2 participants