komapeb / data_connection_checker

A pure Dart utility library that checks for an internet connection by opening a socket to a list of specified addresses, each with individual port and timeout. Defaults are provided for convenience.
https://spiritnavigator.com/
Other
108 stars 80 forks source link

SocketException connecting to https//1.1.1.1 #5

Closed vykes-mac closed 4 years ago

vykes-mac commented 4 years ago

throws SocketException when connecting to https://1.1.1.1 which seem to be down. Exception cannot be handled as it is not bubbled up to the calling function and as a result it causes the app to hang.