NeatGuyCoding

Results 29 comments of NeatGuyCoding

First release: https://github.com/NeatGuyCoding/netty-socketio/releases/tag/v3.0.0

sorry, this fix seems not correct, we should implement onDisconnect for each implementation of StoryFactory

Kindly Refer to: https://github.com/NeatGuyCoding/netty-socketio/pull/36 @xtea

I think the framework like spring-boot, quarkus, micronaut already provided the /health endpoint, you can just implment the health indicator within your framework environment to check the SocketIOServer health metrics...

please refer to https://github.com/NeatGuyCoding/netty-socketio/releases/tag/v3.0.0 @fengwuxp @JuanbingTeam

@darrachequesne kindly refer to: https://github.com/socketio4j/netty-socketio/blob/main/netty-socketio-core/src/test/java/com/socketio4j/socketio/integration/RoomBroadcastTest.java which can reproduce the issue