-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ByteBuf.release() was not called before it's garbage-collected. #115
Comments
With this property:
|
Ran into this today as well. That said, so far loving RxNetty!!!! |
NiteshKant
pushed a commit
to NiteshKant/RxNetty
that referenced
this issue
Jul 3, 2014
Content callbacks for client response and server request were not getting released.
Thanks @normanmaurer for finding the leak source! |
@NiteshKant Yay.. Your are welcome buddy <3 |
For the record, the leak was for the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting this error:
May 06, 2014 2:54:14 PM io.netty.util.ResourceLeakDetector reportLeak
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 '-Dio.netty.leakDetectionLevel=advanced' or call ResourceLeakDetector.setLevel()
Here is the output of what I'm running:
The text was updated successfully, but these errors were encountered: