-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error on scheme access #12
Comments
AlwxSin
added a commit
to AlwxSin/aiohttp-sentry
that referenced
this issue
Aug 24, 2018
Done. |
underyx
pushed a commit
that referenced
this issue
Aug 27, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks for your library.
I encountered a bug when my ws connection closed. If my app tries to write into closed connection
concurrent.futures._base.CancelledError
raised. And this is ok.But then aiohttp-sentry doesn't send an error to sentry because of
I found the related issue but it seems closed.
Would you mind me create PR where I move
request.scheme
underif request.transport
statement?The text was updated successfully, but these errors were encountered: