react-use-websocket icon indicating copy to clipboard operation
react-use-websocket copied to clipboard

Manually splitting messages in to multiple frames

Open dmckinney1229 opened this issue 2 years ago • 2 comments

I'm exceeding the frame size limit for AWS Web Sockets (32kb), is there a way to manually split a message into multiple frames?

dmckinney1229 avatar Apr 25 '22 18:04 dmckinney1229

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. image

dmckinney1229 avatar Apr 29 '22 17:04 dmckinney1229

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.

robtaussig avatar May 17 '22 14:05 robtaussig