[wsmc/Java] 22:19:39 [SEVERE] LEAK: ByteBuf.release() was not called before it's garbage-collected. Enable advanced leak reporting to find out where the leak occurred. To enable advanced leak reporting, specify the JVM option '-Ddeathcap.wsmc.lib.netty.leakDetectionLevel=advanced' or call ResourceLeakDetector.setLevel() #6
Seems I was using a buffer after it was released. Used to hit this error early, tested with the fix running for 5 minutes (packets continuously sent), haven't seen it yet.
Probably related to this error, occurs after connecting for a while: