-
Notifications
You must be signed in to change notification settings - Fork 753
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
how can i close connection #276
Comments
As of Volley 1.1.1 we do close the HttpUrlConnection when you are using HurlStack: 62c1901#diff-7b52a41e4e3e2e1401e6486bee665d19 If you're not observing this behavior, we will need more details about your app, the version of Volley you are using, the HttpStack you are using, and ideally some sample code which exhibits the issue. |
@jpd236 We are using Volley 1.1.0 and we are also using HurlStack.
|
OK, can you try updating to 1.1.1? There was a bug fix in that release related to closing connections in HurlStack. (#138). |
Thanks man |
I am not able to close the connection which is initiated and due to this my backend server connection pool is increased and i am getting bellow error for some requests and when load is high.
Error =>com.android.volley.NoConnectionError: java.net.ConnectException: Failed to connect to IP:443 :: Message =>java.net.ConnectException: Failed to connect to IP:443
The text was updated successfully, but these errors were encountered: