Skip to content

how to send big data to webserver? #21

Answered by mathieucarbou
TexeCode07 asked this question in Q&A
Discussion options

You must be logged in to vote

This is a memory management issue on your side. You need to stream the data, not pre-load and send it once.
If it is a table, an idea would be to send a WS message for each line, or group of lines for example.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by TexeCode07
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #19 on April 20, 2024 12:47.