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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to have a way for the user to abort an HttpUpdate in progress. I don't see an obvious way to do this in the source code.
t_httpUpdate_return ret = httpUpdate.update(updateWifiClientSecure, fileURL.c_str());
I forced it by doing this:
updateWifiClientSecure.stop();
Which eventially fails the update with this error.
6, Stream Read Timeout
But that takes about 5 minutes 30 seconds to timeout. Not ideal. Would love a solution that fails the update immediatly. Ideas? @markus Sattler?
Beta Was this translation helpful? Give feedback.
All reactions