netty-socketio
netty-socketio copied to clipboard
Memory growth issue 2.0.9
config.setWebsocketCompression(false);
config.setWorkerThreads(1);
above solutions from https://github.com/mrniko/netty-socketio/issues/415 and https://github.com/mrniko/netty-socketio/issues/794#issuecomment-797477685
Never the less, memory never releases after clients disconnected, and keep growing over the time - i.e. about 700mb by 10 days (about 1000 connections per day). Could this be due to the use of MemoryStoreFactory? Doesn't it clean itself?
Originally posted by @DpaziNN in https://github.com/mrniko/netty-socketio/issues/966#issuecomment-2041508334
is this resolved?