data_connection_checker icon indicating copy to clipboard operation
data_connection_checker copied to clipboard

Immediately return if any of the requests succeeds

Open Daplex opened this issue 2 years ago • 1 comments

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 avatar Oct 06 '21 15:10 Daplex

@Daplex If it possible that one of ip addresses will be unavailable and that request Future completed first?

AErmek avatar Jan 14 '22 08:01 AErmek