Hyperconnectivity
Hyperconnectivity copied to clipboard
⚡️ Modern replacement for Apple's Reachability written in Swift and made elegant using Combine.
On my Mac when I switch off WiFi, disconnected is reported correctly. But when I switch WiFi back on it is still reported as disconnected. I would expect to have...
I'm noticing that this package isn't detecting when the user puts the iPhone into airplane mode. Is this expected behavior? I had expected that since there is no network in...
From what I can see, configuration is private `private let configuration: Configuration` and I can't seem to construct my own `Hyperconnectivity` object like this ```swift let config = Hyperconnectivity.Configuration(connectivityURLs: [...
Thanks for this package! I'm trying to make use of it to detect if there is a network available in a sharing extension-- quickly after it starts. It's consistently just...
Bluetooth is being reported as ethernet, is there no way to tell the difference between wired ethernet and bluetooth pan?
Searching the code for usages of `callbackQueue` suggests that it is not used.
This is a conceptual issue or an enhancement request addressing the following case. Assume we are using the **default configuration** and there is **no captive portal present**. If the server...
The following configuration is very similar to the default one but replaces one of the URLs with an unreachable one that would produce a thrown URLError during URLSession's dataTask. ```...