when the size of the websocket frame is more than 50MB, then the socket connection closes automatically. I am not sure why there is a size limit?
I am using Javascript Websocket. Is the client closing the connection or the server disconnects from the client?
This happens for only large size. Smaller chunks works fine.
Can someone throw some help here?