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
Connectivity property connectivityURLs: [URL] swapped to connectivityURLRequests: [URLRequest]. The framework now uses URLRequest primarily throughout. Suggestion by @brunomiguens - #67.
URLRequest objects used for connectivity checks may not be configured via configuration initialiser or via the fluent configuration API e.g.
Changed the default framework used to monitor network interface changes to .network. To continue using the System Configuration (Apple's Reachability) framework for monitoring network interface changes set the framework property to .systemConfiguration.
Fixed a typo in ConnectivityConfiguration. validationMode was incorrectly spelt as validatioMode.