You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client and broker is two 8266 board; void MyMQTTBroker::onDisconnect(IPAddress addr, String client_id) { cleanupClientConnections(); Serial.println(addr.toString() + " disconnectin"); }
The cleanupClientConnections has call;
The text was updated successfully, but these errors were encountered:
The client and broker is two 8266 board;
void MyMQTTBroker::onDisconnect(IPAddress addr, String client_id) { cleanupClientConnections(); Serial.println(addr.toString() + " disconnectin"); }
The cleanupClientConnections has call;
The text was updated successfully, but these errors were encountered: