Nikita Koksharov
Nikita Koksharov
at that moment invalidate() method was called?
Can you share the code?
When is this code called?
The session expires in 60 seconds. During this time other nodes should complete their listeners execution
Is there any code to reproduce it?
You need to upgrade to 3.26.1+ version.
You need to define it like below: ```java RMap map = redissonClient.getMapCache("test_concurrent", new CompositeCodec(StringCodec.INSTANCE, valueCodec, valueCodec)); ```
PubSubPatternMessageListener might be created by RLocalCachedMap instance
Is there any way to reproduce it?