We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
kubernetes_asyncio/kubernetes_asyncio/watch/watch.py
Lines 123 to 124 in d57e9e9
It just raises an exception to exit.
I think we should add async context manager support for Watch objects, so it closes the response in __aexit__.
Watch
__aexit__
The text was updated successfully, but these errors were encountered:
fix tomplus#60
e3f6012
watch improvement (context manager, close method) #60 (#61)
f83dc57
It solves #60
Successfully merging a pull request may close this issue.
kubernetes_asyncio/kubernetes_asyncio/watch/watch.py
Lines 123 to 124 in d57e9e9
It just raises an exception to exit.
I think we should add async context manager support for
Watch
objects, so it closes the response in__aexit__
.The text was updated successfully, but these errors were encountered: