Nikita Koksharov
Nikita Koksharov
@unverbraucht No it wasn't. Don't see any PR on this.
@quanli2359 Can you try 2.0.3 version?
netty-socketio demo is out of date
since originalBean doesn't have proxies.
Thank you for the suggested changes. Is the problem in empty byte arrays handling? I see your code does the same except empty byte arrays filtering
You can add FlushConsolidationHandler in extended SocketIOChannelInitializer object through com.corundumstudio.socketio.SocketIOServer#setPipelineFactory() method. Let me know if you'll have a success with this handler.
@dengliming I think it's fixed in https://github.com/h3mant-1/netty-socketio/commit/fb467074a62c2528fdb1ba0f5a0610e90ddf3928
Released in 2.0.12 version
It's arise if you use OffsetDateTime object. But you use any other object like Duration, Instant... you'll get similar error. I think all Serializers which extends ImmutableSerializer and located in...
I attached the sample project. You can use it to reproduce issue with other serializers. Read Readme.md for the build steps. Please note that OffsetDateTimeSerializer already added into `\src\main\resources\META-INF\native-image\com.example\micronaut-demo-graalvm\reflect-config.json` file....