-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
ESP32-S2 "Out of sockets" in 6.2.0-beta.0 #4057
Comments
Probably unrelated to the other issue, other than the general problem of "Hierophect is bad at sockets", ha ha. There's supposed to be a subsystem that tracks what sockets have been initialized and makes sure they shut down on reset or close, but that doesn't seem to be working here. I'll give it another spin with your code and see if I can pin it down. |
@hierophect I don't think it's your problem. I probably never made exit call close. (It should automatically.) |
@tannewt no, it's my bad, I forgot to make Close de-register handles from the tracking array, only |
I'm still getting this issue with |
@KTibow What version of |
I posted a question in the forum and they directed me here: |
Never mind. I got pointed the the latest version that has not been release yet, but is in the pipeline. It worked._ |
Context manager exit seems to be in place for socket, but:
results in:
CPython version continues past where my patience wears out:
6.1.0-rc.1 seems to behave fine.
May be related to adafruit/Adafruit_CircuitPython_Requests#63
The text was updated successfully, but these errors were encountered: