WIFI_AP_STA mode connected to a router.
client connects to the AP side of things via TCP connection which is kept open and is transmitting and receiving.
All works great until if the router disconnects or goes out of range on the station side, the client which is connected via the AP then fails even though it has valid connection and is in range, WifiClient.connect comes back false.
I think when the station disconnects or fails to talk to the router, the system drops Station and Access point connections ?
This is what I am seeing anyway, help ?
