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

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -