c++ - why mqtt packets are not getting subscribed after a long time using mosquitto? -
we using mosquitto
library in cpp. did establish connection is:
mosqpp::lib_init(); connect_async(host,port, keepalive); loop_start();
then publish
, subscribe
worked fine long time, after while packets queued , not published.
how overcome issue?
Comments
Post a Comment