-
Notifications
You must be signed in to change notification settings - Fork 654
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
IllegalReferenceCountException with reactor-netty 0.6.1 #51
Comments
SMaldini found a workaround for my case: It's still a workaround and I think code/api/doc need some improvement because it's not obvious why one would need to use .retain() here. Here's the gitter-conversation (23.2.2017) that lead to the workaround: Jakob Klein @jakobklein 15:12 Stephane Maldini @smaldini 15:15 Stephane Maldini @smaldini 15:20 Jakob Klein @jakobklein 15:26 Stephane Maldini @smaldini 15:28 Jakob Klein @jakobklein 15:28 Stephane Maldini @smaldini 15:29 Stephane Maldini @smaldini 15:34 Jakob Klein @jakobklein 16:16 Jakob Klein @jakobklein 16:41 |
I use reactor's TcpClient to connect to a Server.
While exchanging messages I get very often a IllegalReferenceCountException (see below) from netty.
I didn't have this problem with [core: 3.0.1.RELEASE, netty: 0.5.2.RELEASE].
It started after upgrading to core: [3.0.5.RELEASE, netty: 0.6.1.RELEASE]
Is it a bug or am I doing something wrong?
Maybe someone can give me a hint from the attached logs...
IllegalReferenceCountException.txt
The text was updated successfully, but these errors were encountered: