We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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