-
Notifications
You must be signed in to change notification settings - Fork 254
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
Connection Leak 0.5.2 #611
Comments
Thanks Mohammad, I've started investigating and it might be a deferred release in |
Thanks @jamesgorman2 |
Apologies for the delay looking at this Mohammad. I'll have a look again at what I have thanks to Jonas' fix |
@jamesgorman2 tried my fix out and it fixes the empty response but we are still seeing some connection leaks that I am investigating. Locally it seems like some permit that is not released at all occations. |
Thanks Jonas, much appreciated.
… |
@jamesgorman2 |
for our project, https://github.com/Azure/azure-cosmosdb-java, we are trying to upgrade our dependency on RxNetty from 0.4.x to 0.5.2 however it seems there is a connection leak issue in 0.5.2 that we are facing.
code to repro:
As Connection Pool Size is 1000, and we are merging results with 1000 as the degree of concurrency the above code should work. However we get the following failure:
can someone please look at this? I only face this problem with 0.5.2 but not 0.4.x
The text was updated successfully, but these errors were encountered: