You are reading a single comment by @Wilberforce and its replies. Click here to read the full conversation.
  • When testing and debugging, after a while to http server code fails to start with an out of sockets error.

    This happens after a number of uploads from the web ide.

    I believe it is due to the old http server sessions not shutting down properly.

    I have my board set up so it auto joins my local wifi.

    At the moment I just hit the reset button on the board, and re upload, however it would be handy to shutdown the connections cleanly. Can this be down with an E.event on after a .reset?

    Wifi.disconnect and wifi.connect() does do the job, however it would be great if an event could trigger.

About

Avatar for Wilberforce @Wilberforce started