The current esp8266_mission_control handles both HTTP processing and TCP connection management. It may help to move these into seperate classes. That way we are not tied to the esp8266 for the TCP connection and we could also implement other communication protocols over the same TCP connection class.
The current
esp8266_mission_control
handles both HTTP processing and TCP connection management. It may help to move these into seperate classes. That way we are not tied to the esp8266 for the TCP connection and we could also implement other communication protocols over the same TCP connection class.