I'm working on a streaming server-event (EventSource), and I need to send really big JSONs through it. Is there a character limit? Will the message be trimmed or not sent if the message is too long? I couldn't find anything related on the web.
Asked
Active
Viewed 90 times
0
-
How big are the JSONs? – jfriend00 Nov 13 '15 at 00:53
-
I would say they could easily get up to 8000 chars. – c4b4d4 Nov 13 '15 at 00:55