Open bill88t opened 7 months ago
We discussed whether this should happen deliberately or not. The web workflow is available even on user connection. Someone might start using, kind of like user-initiated displays, which stick around past the VM finishing.
Well, this isn't linked to web workflow as it wasn't enabled at all. Having wifi stay connected is fine, but it should be at least consistent.
CircuitPython version
Code/REPL
Behavior
Wifi should have been disconnected, it was not. This is an issue because the socket binds are not cleared and the code fails with address in use errors.
Description
This only happens on plain ESP32 as far as I can tell. I can't repro on s2.
Additional information
This assumes no wifi auto-connect credentials are installed. I used safemode just cause it won't run my code.