Further improvements for connection recovery

This commit is contained in:
Djuri 2024-04-16 15:17:34 +02:00
parent 2ef56c1938
commit ad0800c233
11 changed files with 51 additions and 7561 deletions

View file

@ -718,10 +718,10 @@ void onApiRestartDataSources(AsyncWebServerRequest *request) {
AsyncResponseStream *response =
request->beginResponseStream("application/json");
stopPriceNotify();
stopBlockNotify();
setupPriceNotify();
setupBlockNotify();
restartPriceNotify();
restartBlockNotify();
// setupPriceNotify();
// setupBlockNotify();
request->send(response);
}