Fix `RabbitFuture` for interrupted thread
artembilan opened this issue · 0 comments
artembilan commented
The cancelTimeoutTaskIfAny()
may make the current thread dead with its interruption.
Move cancelTimeoutTaskIfAny()
into finally
block after the target logic is performed.