-
Notifications
You must be signed in to change notification settings - Fork 7.6k
WiFiClient fails after 3 loops #70
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
Since |
Hi, |
that is rather strange... it behaves fine when I try it here. What is the web server? |
Apache Server with simple Index.html "It works" content |
Post your code? I'll try and duplicate. |
i see openSSL there, you are not connecting to HTTPS correct? |
@espuser you know what? You might be correct! Destruct was not closing the client. Could you please try the latest commit? |
Hi, |
There are lots of thing being worked on the network stack on IDF. Soon it will all be working :) |
BTW pinMode time depends on which pin you apply it too. If it's an RTC pin, it's 2.6 us, if not it's 0.744us |
Allows the bootloaders to be flashed with esptool v4 on devices with different size flash
fixing missing arduino:avr dep for adafruit:avr
* Add c2 (espressif#70) * Adjust components and build strategy * enable rev 2 chips (preview) --------- Co-authored-by: me-no-dev <[email protected]> Co-authored-by: Jan Prochazka <[email protected]>
Hi,
please insert a port disconnect into examples code
...
Serial.println("closing connection");
client.stop();
}
BR
The text was updated successfully, but these errors were encountered: