Skip to content

Commit

Permalink
Fixes ehcache#3169: signal listenerModified on listener removal
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBussmann committed Jul 25, 2024
1 parent f709f55 commit 7f52e7b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ public synchronized void deregisterCacheEventListener(CacheEventListener<? supe
if (!syncListeners().findAny().isPresent()) {
storeEventSource.setSynchronous(false);
}
storeEventSource.listenerModified();
}
}

Expand Down

0 comments on commit 7f52e7b

Please sign in to comment.