marcoskirsch / nodemcu-httpserver

A (very) simple web server written in Lua for the ESP8266 firmware NodeMCU.
GNU General Public License v2.0
397 stars 166 forks source link

Improve logging and cleanup when ConnectionThread failes #91

Closed HHHartmann closed 7 years ago

HHHartmann commented 7 years ago

When the connection Thread fials (status error) the thread and the connection are cleaned up properly.

HHHartmann commented 7 years ago

There you go :-)