How to handle large messages, such as file uploads, in actix-web-actor's Websockets #3313
Unanswered
LucaCappelletti94
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm encountering difficulties handling large messages, specifically when uploading images (around 118KB), over Websockets using Actix Web Actors. The system triggers an "Overflow" message, and I'm unsure how to address this limitation.
Could you provide guidance or resources on handling large messages in this context?
Beta Was this translation helpful? Give feedback.
All reactions