KEYCLOAK-5832 Fix the issue with RemoveExpiredCommand exception on JDG side
This commit is contained in:
parent
afd906b9a9
commit
61c5a332b4
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ public class InfinispanNotificationsManager {
|
||||||
try {
|
try {
|
||||||
listenersExecutor.submit(() -> {
|
listenersExecutor.submit(() -> {
|
||||||
|
|
||||||
Object value = workCache.get(key);
|
Object value = remoteCache.get(key);
|
||||||
eventReceived(key, (Serializable) value);
|
eventReceived(key, (Serializable) value);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue