Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] increase mqtt message length for C++ Paho MQTTClient(paho.mqtt.embedded-c)

Hello guys,

I am using C++ Paho MQTTClient(https://github.com/eclipse/paho.mqtt.embedded-c/blob/master/MQTTClient/samples/linux/hello.cpp), it works fine, but when i try to send message with length about 300 character,it fails to send and return with -1 error


please help me about this, How i can fix this


Thanks in advance,

br,
Yasir

Back to the top