Skip to content

Conversation

anarthal
Copy link
Collaborator

close #287

BOOST_TEST(ec == error_code());
exec_finished = true;
conn.cancel();
});
Copy link
Collaborator

Choose a reason for hiding this comment

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

Early feedback: when async_exec fails to execute the commands of a request it should complete with an error. I think all adapters work like this.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

How the hell do tests pass then? lol

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Hm, none of general_aggregate nor general_simple seem to be setting the output error code on failure.

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.

generic_response's adapter throws an exception when receiving an error in an intermediate command
2 participants