-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
ReferenceError: weakly-referenced object no longer exists #86
Comments
@asvetlov i saw this several times in production system. |
@fafhrd91 I'll take a look. |
@fafhrd91 Hmm, do you store weak references to ClientResponse in ordered dicts? |
no, i don't. also response's headers object is immutable. |
i'll review my code |
@fafhrd91 can we close the issue? |
i still see this problem in production
|
Hmm. Ok. Let's investigate it tomorrow. |
seems problem is resolved with new asyncio |
Sounds good |
@asvetlov could you look at this exception, ClientReponse.del?
The text was updated successfully, but these errors were encountered: