SendResponseAsync length #151
Unanswered
matevzkovacic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have simple sample to return response though await context.Response.SendResponseAsync(json);
If json is larger then 2048 characters Grapevine server crash and response is Pending on client.
Where can I extend size of response, I would like to send larger files?
Beta Was this translation helpful? Give feedback.
All reactions