You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the library doing scan for the best network while still connected?
Example UC: there is a mesh network where APs can go online/offline for maintenance. The areas are overlapping a bit. While connected to distant AP when a closer AP go online I want to automatically reconnect to that closer one.
The text was updated successfully, but these errors were encountered:
From client side, JustWifi will send a message that there are better networks found: xoseperez/espurna#2088
After we disconnect, connection routine will pick the best network which we found with periodic scanning
I need to look at it again in regards to state consistency (and it cannot lock things in some weird state). Also sorry for a bit of a large patch size, but I got annoyed mid change about struct management.
Hi.
Is the library doing scan for the best network while still connected?
Example UC: there is a mesh network where APs can go online/offline for maintenance. The areas are overlapping a bit. While connected to distant AP when a closer AP go online I want to automatically reconnect to that closer one.
The text was updated successfully, but these errors were encountered: