-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
WiFiClient: clean up ClientContext before connecting #4516
Conversation
WIP because i want to add a test case for this. |
I think the references to "client" should be "_client" |
3e737f4
to
9a4b072
Compare
@igrr will you be adding to this pr? |
I think we can merge here |
@d-a-v, pretty much, yes :) I got stuck yak shaving trying to remove the need for |
* device test for #4516 (WiFiClient leaking) * simply count the number of connections that do not change heap * remove unused heapLost * + python server (to not depend on gateway's opened tcp port) * remove old&bad define * fix another old address
@igrr is this pr ready for merging, or is additional work needed? |
* device test for esp8266#4516 (WiFiClient leaking) * simply count the number of connections that do not change heap * remove unused heapLost * + python server (to not depend on gateway's opened tcp port) * remove old&bad define * fix another old address (cherry picked from commit d5cbd91)
Fixes esp8266#4497 (cherry picked from commit 95b1348)
Fixes #4497