-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Irrelevant WiFiClient disconnected by ESPhttpUpdate.update #8836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Should be fixed ≥3.1.0, see #8598
iirc |
@mcspr Thanks for the info!
Any ideas? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Basic Infos
Platform
Settings in platformio.ini
Problem Description
In my code I have
WiFiClient espClient
andWiFiClientSecure updateClient
, and they have irrelevant usage.When
updateClient
is used byESPhttpUpdate.update
,espClient
is disconnected inESPhttpUpdate.onProgress
, as you can test in the sketch:MCVE Sketch
Log
Did I miss anything or this is normal?
How do I keep
espClient
CONNECTED duringESPhttpUpdate.update
? Thank you.The text was updated successfully, but these errors were encountered: