react-use-websocket
react-use-websocket copied to clipboard
Manually splitting messages in to multiple frames
I'm exceeding the frame size limit for AWS Web Sockets (32kb), is there a way to manually split a message into multiple frames?
Can anyone help with this? I thought frame splitting was supposed to happen on the protocol level but this is causing major issues with my application.
Hi @dmckinney1229,
If you have found a work-around/fix that is possible without this library, I'd be happy to take a look and see how to make it work with the library.