Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-2741: SMLC: Release consumer after its main loop
Fixes: #2741 Apparently the consumer might be in the cancelled state, so `this.activeObjectCounter.release(this);` in the `BlockingQueueConsumer.nextMessage()` is not reachable. (cherry picked from commit 52b68ba)
- Loading branch information