Open
Description
I am not sure about the websocket implementation but when using twisted RawSocket transport, if the incoming message size is greater than 100kb, my connection drops. We basically need an option to configure the incoming message size of the underlying transport.
For twisted its Int32StringReceiver.MAX_SIZE
that we need to set.