-
Notifications
You must be signed in to change notification settings - Fork 9
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
Detecting closed stream #61
Comments
Cześć Łukasz, yes it is possible to detect it. I will test if the current rewrite in grpc-eio-noseq already handles that case. One adjacent aspect of this, however, is handling of GOAWAY frames. This will further improve the ergonomics and bring this library closer to feature parity with Google's libs (ironically the best implementation of this behavior can be found in a GitHub issue |
Do you know how we can detect this? I tried calling |
@wokalski is |
It is the one from robot rewrite. There are some bugs around codegen paths in arpaca but other than that it should be solid |
Currently the server keeps writing even after the client closes the connection.
I'm not sure if it's even possible to detect it.
The text was updated successfully, but these errors were encountered: