Hi,
I am testing out Durable objects. I am using durable objects and websockets to communicate Level 2 pricing data. I am however finding that cloudflare resets the websocket connection after a certain volume of data is sent through, and its not actually a very large amount of data.
Is there clarity on what the limits are in term of how much data and how scalable the websocket session is?
I am not using the durable storage element, i am simply passing data directly to clients.