Nikita Koksharov
Nikita Koksharov
It seems all Serializers extending ImmutableSerializer should be added, not only in TimeSerializers class
I attached reflect-config.json file with all Serializers [reflect-config.json.zip](https://github.com/EsotericSoftware/kryo/files/10487190/reflect-config.json.zip)
Here is another issue with GraalVM https://github.com/redisson/redisson/issues/4820
@CGDogan You don't need to add reflection-config.json since it's part of Redisson.
Redisson issue was fixed in https://github.com/redisson/redisson/issues/4381
Use this fork instead https://github.com/hazendaz/jmockit1
You can use this Jmockit fork https://github.com/hazendaz/jmockit1/ It's maintained and supports Java 11+
Unable to reproduce with the test below. What did I miss? ```java int loops = 10; AtomicInteger counter = new AtomicInteger(); for (int j = 0; j < loops; j++)...
Can you try 3.26.0?
do you invoke RTopic.addListener() only once per channel? Total 10 channels?