-
Notifications
You must be signed in to change notification settings - Fork 187
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
Unclosed socket after calling the buckets_api #66
Comments
Hi @tmachnitzki, I tried your code by: My environment is: Please, could you provide more info how to simulate it? Regards |
I use Using |
The problem is caused by unclosed
The
|
Hi @tmachnitzki, The issue is fixed in 1.5.0 milestone. If you would like to use a dev version then install client via:
Regards |
I can confirm that it is solved, thanks for the support 😊 |
When running Unittest on the following minimal example of code, I get a Warning that not all resources are closed.
When I use other APIs like the query_api, I don't get that warning. Does it have something to do with the bucket API not having a
__del__()
method?This is the warning I get (I replaced my ip with xxxx):
The text was updated successfully, but these errors were encountered: