data_connection_checker
data_connection_checker copied to clipboard
Immediately return if any of the requests succeeds
Fixes https://github.com/komapeb/data_connection_checker/issues/23#issue-956018835
Breaking Changes:
I had to change the _lastTryResults variable, it now contains the result of the first successfully completed Future.
@Daplex If it possible that one of ip addresses will be unavailable and that request Future completed first?