Skip to content
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

Add support for sending and recieving large json arrays. #4729

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nonwombatant
Copy link

Supports large json arrays that may not fit in memory and cause out of memory exceptions.

Uses IAsyncEnumerable and a custom Http Content to send large json arrays.
Uses IAsyncEnumerator to recieve large json arrays.

By returning an IAsyncEnumerator it correctly handles memory safety and IDisposables.

Possible fix for
#4236 and #3909

Uses IAsyncEnumerables and a custom Http Content to send large json arrays.
Uses IAsyncEnumerator to recieve large json arrays.
Correctly handles memory safety and IDisposables.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant