JamitLabs / Jetworking

A multi-module library providing a user-friendly interface for common networking tasks
https://JamitLabs.github.io/Jetworking/
MIT License
4 stars 3 forks source link

Add no-internet connection monitoring #52

Open jjorn opened 4 years ago

jjorn commented 4 years ago

Description

This PR implements a monitoring concept for availalbe internet connection.

Related Issue

This PR should also solve #43

Changes:

Notes

The feature of reachability has been built on SystemConfiguration framework. As an alternative, we can also use NWPathMonitor in Network framework which is available from iOS 12.0.

JensK611 commented 3 years ago

@jjorn What's the actual state of this PR?