Closed Saulenco closed 7 years ago
Hi have some trouble with some big data.
We send the image throw sockets in base64 format. And some time we receive this crash.
is There any way to increase the buffer size to avoid this issue ?
I changed the BUFFER_MAX to 10000000 but no success.
BUFFER_MAX
No idea, I don't actually maintain the websocket dependency.
so the solution that @nuclearace showed is daltoniam/Starscream#289
Hi have some trouble with some big data.
We send the image throw sockets in base64 format. And some time we receive this crash.
is There any way to increase the buffer size to avoid this issue ?
I changed the
BUFFER_MAX
to 10000000 but no success.