You are reading a single comment by @DrAzzy and its replies. Click here to read the full conversation.
  • If you ever let the current ESP8266 driver attempt to open more than one request at a time, it will completely fall over. So if a request isn't finished completely before the next one gets fired, things will hit the fan - a brief perusal of the ESP8266WiFi module shows why - no provision has been made for handling more than 1 socket while communicating with the ESP8266.

About

Avatar for DrAzzy @DrAzzy started