You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a very large packet (eg. 15 mb) to receive in websocket, But I noticed that the default size of each packet is 65536, which is defined in this line, and there is no way I can modify it through StreamingBody. How can I increase the size?
PS: I use this line to establish websocket connection:
I have a very large packet (eg. 15 mb) to receive in websocket, But I noticed that the default size of each packet is 65536, which is defined in this line, and there is no way I can modify it through StreamingBody. How can I increase the size?
PS: I use this line to establish websocket connection:
The text was updated successfully, but these errors were encountered: