Why is NWPathMonitor handler invoked when there is no change in path?
问题 I am using NWPathMonitor(https://developer.apple.com/documentation/network/nwpathmonitor) to detect any network changes in my background process. I have noticed recently that every time I open an app and close it the handler is invoked. I also notice that there is no change in the path from the previous value that is passed. I am comparing these fields: interfaceType, supportsIpV4, supportsIpV6 and isSatisfied. I have seen it many times consistently that when I open an app and close it by