Nikita Koksharov

Results 643 comments of Nikita Koksharov

@unverbraucht No it wasn't. Don't see any PR on this.

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

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....