KEYCLOAK-5832 Fix the issue with RemoveExpiredCommand exception on JDG side

This commit is contained in:
mposolda 2017-11-13 17:10:29 +01:00 committed by Hynek Mlnařík
parent afd906b9a9
commit 61c5a332b4

View file

@ -215,7 +215,7 @@ public class InfinispanNotificationsManager {
try {
listenersExecutor.submit(() -> {
Object value = workCache.get(key);
Object value = remoteCache.get(key);
eventReceived(key, (Serializable) value);
});