You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ask if this A9G module has a character limit when doing publishing though MQTT. I tried publishing the word "test" and it worked fine (it showed up in the broker). Then, when I publish some string with length 512 chars, the A9G module delays for a while (I guess about 40 seconds) and gives the response "OK". However, it does not show up in the broker. How can I fix this issue? Thanks
The text was updated successfully, but these errors were encountered:
@louistaannn - Are you using AT commands or a custom firmware for the A9G?
We haven't come across such issues with publishing messages due to their message size. The MQTT protocol allows up to a maximum message size of about 260MB which however is most definitely restricted by brokers to different sizes. For example, AWS IoT limits this to 128KB in size.
Your problem could actually be the broker configuration limiting your packet size. What broker are you using?
I would like to ask if this A9G module has a character limit when doing publishing though MQTT. I tried publishing the word "test" and it worked fine (it showed up in the broker). Then, when I publish some string with length 512 chars, the A9G module delays for a while (I guess about 40 seconds) and gives the response "OK". However, it does not show up in the broker. How can I fix this issue? Thanks
The text was updated successfully, but these errors were encountered: