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

Fix exceptions not being handled correctly. #817

Merged
merged 1 commit into from
Oct 19, 2022
Merged

Conversation

achim-k
Copy link
Contributor

@achim-k achim-k commented Oct 18, 2022

Public API Changes
None

Description
As prewrite_message is called as an async Task, we have to handle exceptions locally and not re-raise them. Otherwise on destruction of the Task, the error message ERROR:asyncio:Task exception was never retrieved is printed. This should have been done with e502d07 already.

This patch also removes support of outdated tornado versions.

As prewrite_message is called as a Task, we shold handle exceptions locally and not re-raise them.
This patch also removes support of outdated tornado versions.
@achim-k achim-k requested a review from jtbandes October 18, 2022 15:34
@achim-k achim-k merged commit 7f200fb into ros2 Oct 19, 2022
@achim-k achim-k deleted the fix/exception_handling branch October 19, 2022 19:39
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.

None yet

2 participants