In bxcommon commit a3f68b623afc20cf5bbe773bc09eae32fafe5261, max_size
was set to 2**24. Without it, the websocket connection may break when
streaming blocks containing many transactions.
As WsProvider and CloudWssProvider override AbstractWsProvider's
connect_websocket() and aren't inheriting the max_size setting, set it
manually for them.
Originally posted by @doubleukay in bloXroute-Labs/bxgateway#5
In bxcommon commit a3f68b623afc20cf5bbe773bc09eae32fafe5261, max_size
was set to 2**24. Without it, the websocket connection may break when
streaming blocks containing many transactions.
As WsProvider and CloudWssProvider override AbstractWsProvider's
connect_websocket() and aren't inheriting the max_size setting, set it
manually for them.
Originally posted by @doubleukay in bloXroute-Labs/bxgateway#5