EsotericSoftware / kryonetty

Client/server library for Java, based on Netty and Kryo
68 stars 22 forks source link

Netty threads even running after closing. #7

Open ghost opened 2 years ago

ghost commented 2 years ago

When I try to stop the Kryonet clients it'll run even after I call the clientEndpoint.close() method and closing all channels in the ChannelHandlerContenxt.

User issue or is something wrong with the lib?

Java 17

NathanSweet commented 2 years ago

I haven't looked at this in a long time and I'm not sure when I'll be able to find time, sorry! If you can fix it I'm happy to merge.

Koboo commented 2 years ago

Hey, long time no updates from my side, I will take a look at it.