You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble using this library to actually stream the response. When exporting, only a small chunk of data will be sent at first and then the rest of data is sent at the same time that all serialization is done.
here is the code I'm using (inside a View) which is the same as the example in the docs:
Hi
I'm having trouble using this library to actually stream the response. When exporting, only a small chunk of data will be sent at first and then the rest of data is sent at the same time that all serialization is done.
here is the code I'm using (inside a View) which is the same as the example in the docs:
When I use a cURL request to the view, I get a chunk of data very fast, but the rest of data arrives at the same time when the queryset is exhausted.
The text was updated successfully, but these errors were encountered: