StreamedJsonResponse does not really stream the data #60252
Unanswered
macropay-solutions
asked this question in
Q&A
Replies: 2 comments
-
Related discussion and alternative solution: laravel/framework#55509 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Related issue: #60257 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We implemented a StreamedJsonResponse for large sets of data and we noticed it crashes with memory issues because the json_encode can't be used for streaming data.
What alternatives exist to this issue?
If it can't stream data, why is it called Streamed?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions