mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-30 21:12:55 +08:00
e1fffe6ae4
Shutting down an espconn server safely is impossible, and currently would include at least one use-after-free. Even with that patched, at best this would change things from impossible to "very tricky". The native LWIP API does not have those issues, and is still quite easy to work with.