-
Notifications
You must be signed in to change notification settings - Fork 617
fix: allow consumption of entire response body for large payloads #493
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
base: main
Are you sure you want to change the base?
Conversation
…or the AggregateSubscriber to request unbounded items
This issue is still reproducible with this fix. Setup Client Code
` Error ` ` On the python side, I am getting errors that the resource is closed Thanks in advance. -Ravi |
One more observation, as an addition to my previous comment. With the latest build of main + the changes of this commit + changes of #502, the client is very stable and I have not had any issue across multiple repeated tests. |
Motivation and Context
See this issue: #470
How Has This Been Tested?
Tested using the test classes provided and locally trying E2E
Breaking Changes
Types of changes
Checklist