martin-ger / uMQTTBroker

MQTT Broker library for ESP8266 Arduino
MIT License
443 stars 105 forks source link

Stop() & IsRunning() methods on the uMQTTBroker #56

Open amarendrapramanik opened 3 years ago

amarendrapramanik commented 3 years ago

Requesting to implement the following two methods Stop() & IsRunning() methods on the uMQTTBroker is sometimes very important specially when someone want to stop the server on certain conditions. Also IsRunning is important when implementing any watchdog to check periodically if the server is running, if not init() once more time.