-
Notifications
You must be signed in to change notification settings - Fork 635
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
Crash in isTopicMatched #10
Comments
Hello Iheb, Can you provide a little more context around what you are doing? How large of a shadow update response are you expecting? You say it happens sometimes - can you give more information around when it fails? John |
Hello, Thank you for your reply. I debugged your source and I found the reason of the error. TO: I still find many issues on parsing JSON by the library and disconnecting problems, shall I make an issue for each problem or can I send an email about that? Thank you, |
Hi Iheb, Thanks a lot for pointing out this issue and providing a fix! This bug has already been fixed in an internal branch of the MQTT client (along with other small fixes) and will make it in our next release (1.1.0). I anticipate this release to happen next week. Please submit issues for any problems you may find. It is always appreciated! John |
I had this exact same issue. Upgrading to the latest client version (and doing a clean) fixed the issue for me, it reports -28 now if the recv buffer is too small. |
Hi @iheb-eddine, @revmischa Thank you for confirming that the issue is fixed in the 1.x branch as well. Rahul |
Hi @chaurah, Regards, |
…error-parsing Update Foundry SDK to support token-based authentication for provisioning device with new requesred certificate. Also, parse client ID parameter provided by Foundry service after successful provisioning
Hello,
I am using the AWS Iot project into an embedded C project.
Sometime when I update shadow, I got a crash on the function isTopicMatched.
When I debug the crash, I found the error on topicName parameter:
(gdb) p topicName.lenstring
$41 = {len = 8820, data = 0x0}
Am I doing something wrong or it is a bug?
Many thanks,
Iheb Eddine
The text was updated successfully, but these errors were encountered: