-
Notifications
You must be signed in to change notification settings - Fork 93
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
MQTT message length issue #37
Comments
Hi @KimBoendergaard, I have a similar issue. If complete twin ("desired" + "reported") is longer than 287 bytes, esp32 hangs on receiving it. I use low level functions:
The application sends my message to the cloud and I can see it there. But the app cannot leave I started logging in azure sdk and print buffer in mqtt_codec_bytesReceived() from mqtt_code.c. Here is log.txt. |
I tried this #39 and it helped me. |
I fully agree. #39 fixes the problem. Let's hope the pull request gets merged in |
@KimBoendergaard @nrmka Sorry took us while for merging PR. Fixed with 5f421bb |
We have a problem receiving MQTT packages longer than approximately 280 bytes.
Any one having seen a similar problem?
The text was updated successfully, but these errors were encountered: