Can't receive larger WebSocket messages than 16MiB on native #5268
Labels
🪳 bug
Something isn't working
🏎️ Quick Issue
Can be fixed in a few hours or less
user-request
This is a pressing issue for one of our users
Milestone
If a users tries to send a big chunk of that (e.g. a 10 mega-pixel RGBA image) then they might hit the default 16 MiB data frame limit in tungstenite:
https://docs.rs/tungstenite/latest/tungstenite/protocol/struct.WebSocketConfig.html#structfield.max_frame_size
We should increase this maximum by a lot, which will require changes to ewebsock
The error:
The text was updated successfully, but these errors were encountered: