1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00
esp8266/libraries
Ivan Grokhotkov e6e57a8b81 Better handling of wifi disconnect (#231)
When network interface is down, some nasty things happen, for instance tcp_connect returns without ever calling error callback.
This change adds some workarounds for that: before doing a tcp connect and DNS resolve we check if there is a route available.
Also added a listener for wifi events which stops (aborts) all the WiFiClients and WiFiUDPs when wifi is disconnected. This should
help libraries detect disconnect properly.
2015-06-11 18:01:33 +03:00
..
2015-06-11 12:37:30 +03:00
2015-05-20 20:04:15 +02:00
2015-05-04 18:08:16 +02:00
2015-05-18 14:54:06 +03:00
2015-05-29 13:30:15 -07:00
2015-03-27 12:18:06 +03:00
2015-05-05 13:27:28 +03:00