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

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -