tuanpmt / ESP8266MQTTClient

Apache License 2.0
83 stars 42 forks source link

Expose "connected()" #18

Open jeanmatthieud opened 4 years ago

jeanmatthieud commented 4 years ago

It could be great to change the "connected()" member to public. Currently, I have to save the state of the client using the connected and disconnected callbacks.

andreas-ibm commented 4 years ago

I'd vote for that!