You are reading a single comment by @fanThomas and its replies. Click here to read the full conversation.
  • I am trying to make my things resistive to all sort of annoyances that can occour. Currently I am working on network disruptions, when the wireless router is still responsive but cannot connect to the internet. While I use websocket connections I saw that the websocket module wants to create a socket connection using net.connect(), but unfortunately I could not find any possibility to detect this condition in the documentation. I get just a message at the console:

    ERROR: Connect failed (err 113)
    Uncaught InternalError: Unable to create socket
    

    I don't know whether this is specific on the ESP32.

About

Avatar for fanThomas @fanThomas started