Open louisprp opened 8 months ago
Please post the complete example. This one has no imports. I wasn't able to reproduce it because they are missing.
Could you retry with the latest ConnectionManager library? Thanks. https://github.com/adafruit/Adafruit_CircuitPython_ConnectionManager/pull/16 has fixed several other issues that seem similar.
CircuitPython version
Code/REPL
Behavior
Description
It seems that there is a MemoryError when doing a get request after using the socket (?) for an http server. I'm utilizing the server along with the AP. When Im not starting the server beforehand, the requests work fine. Not sure what the problem is here. Under previous version 8.x this seems to have worked fine on the ESP32-S2.
Additional information
No response