NeatGuyCoding
NeatGuyCoding
First release: https://github.com/NeatGuyCoding/netty-socketio/releases/tag/v3.0.0
Migrated to: https://github.com/socketio4j/netty-socketio
website released: https://socketio4j.com/
This can be a new feature
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