i instantiate a NWPathMonitor when my App launches and noticed that the pathUpdateHandler
is invoked every time the App is launched. i am running on a physical device and connected to WiFi at all times.
Up until now, my understanding was that pathUpdateHandler
is only called when changes occur.
Perhaps i am mistaken and this is the expected behavior.
Can anyone else confirm?