| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Hey @ivanbelenky — thanks for identifying this root cause, your analysis was spot on. PR #2122 covers the same fix (sending a JSONRPCError when the SSE stream ends without a response) and also addresses the infinite reconnection loop in _handle_reconnection and handle_get_stream that was reported in #1789. Just wanted to flag the overlap so we don't duplicate effort. |
Sorry, something went wrong.
Thanks @heyhayes, based on the non immediate action over this issue + PR by maintainers, I just used my fork and stopped work. Closing this as soon as any of the 2 gets merged. |
Sorry, something went wrong.
|
Thanks for the PR. This has since landed via #3047. Closing this as part of a wider backlog cleanup following the v2 launch. If it's still relevant, feel free to reopen. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Notifying session layer on transport error. Sending the error to the client's read_stream_writer.
Motivation and Context
Indefinitely hang described on issue #1811
How Has This Been Tested?
Running suite of tests locally as per contribution guidelines.
Breaking Changes
Types of changes
Checklist
Additional context