Resubscribe upon reconnect
This commit is contained in:
@@ -17,6 +17,8 @@ public:
|
||||
MQTT(const std::string& hostname, int port);
|
||||
~MQTT();
|
||||
|
||||
MQTT(const MQTT&) = delete;
|
||||
|
||||
public:
|
||||
typedef std::function<void(const MQTTMessage&)> CallbackMethod;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user