I have simple sample in Winforms.net (framework 4.8) 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?
I have no idea what to change.