-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TCP: data received 1452 bytes #105
Comments
1460 is the TCP Maximum segment size in lwipopts.h. Are you using an lwip-based sdk build? |
I tested about 50 module esp8266. When i sent a payload in MQTT service with different length i saw: about 50% module can send up to 960 bytes or more in one frame. 30% can only send 660 byte maximum and. 20% just send 220 bytes maximum. So do know what happen? |
================================================== i have update mqtt.c ,list: |
@wateras could you please send a pull-request? |
Hi,thank you for your esp_mqtt
it works well,but there is a problem on mqtt receive:
when mqtt data > 1452 bytes,the device will reset!
TCP: data received 1452 bytes
ets Jan 8 2013,rst cause:4, boot mode:(1,4)
wdt reset
how can I fix it?
thank you!
The text was updated successfully, but these errors were encountered: