Add multi-threaded behavior
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ class MQTTImpl;
|
||||
class MQTT
|
||||
{
|
||||
public:
|
||||
MQTT(const std::string& hostname, int port);
|
||||
MQTT(const std::string& hostname, int port, int threads = 3);
|
||||
~MQTT();
|
||||
|
||||
MQTT(const MQTT&) = delete;
|
||||
|
||||
Reference in New Issue
Block a user