forked from btclock/btclock_v3
Further improvements for connection recovery
This commit is contained in:
parent
2ef56c1938
commit
ad0800c233
11 changed files with 51 additions and 7561 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue