Skip to content

Commit

Permalink
fix: remove subscription consumer instead of re-registering
Browse files Browse the repository at this point in the history
(cherry picked from commit 8e4ea7d)
  • Loading branch information
lenaschoenburg authored and github-actions[bot] committed Apr 14, 2022
1 parent 7eeeffc commit 79204a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void registerConsumer(final ActorCondition consumer) {

@Override
public void removeConsumer(final ActorCondition consumer) {
actorConditions.registerConsumer(consumer);
actorConditions.removeConsumer(consumer);
}

protected long getLimit() {
Expand Down

0 comments on commit 79204a5

Please sign in to comment.