We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RabbitFuture
The cancelTimeoutTaskIfAny() may make the current thread dead with its interruption.
cancelTimeoutTaskIfAny()
Move cancelTimeoutTaskIfAny() into finally block after the target logic is performed.
finally
The text was updated successfully, but these errors were encountered:
ec35739
GH-2724: Fix RabbitFuture for interrupted thread
beada3b
Fixes: #2724 (cherry picked from commit ec35739)
No branches or pull requests
The
cancelTimeoutTaskIfAny()
may make the current thread dead with its interruption.Move
cancelTimeoutTaskIfAny()
intofinally
block after the target logic is performed.The text was updated successfully, but these errors were encountered: