Controlling sending data on a socket #16176
moferreira
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can someone help me here on the "best practices" to avoid buffer overflow when transmitting data over WiFi on a ESP32?
Why? Because I have cloned a code somewhere to create a socket and emulate a web server. However, I am having problems sending large pages (over 6K).
An excerpt of my code is:
So, how can I control the flow of sending data over the socket to prevent overflowing it? And yes, I am in the process of learning MicroPython and ESP32 and any help will be really appreciated.
Beta Was this translation helpful? Give feedback.
All reactions