Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #12 and Fixes #14 #13

Merged
merged 2 commits into from Oct 3, 2021
Merged

Conversation

MrCsabaToth
Copy link
Contributor

@MrCsabaToth MrCsabaToth commented Jul 29, 2021

Trying to end the test immediately when any of the pings succeed

Status

READY

Breaking Changes

NO

Description

This turned out to be a one keyword change, removing an await so far. I have 6 AWS EC2 IP address for connection test in my app, and some of them started to act up. This caused me 10 seconds default delay. By removing the await there's no more wait. I tried to test the counter case: I put my phone into airplane mode and then the data check determines no connection. So it seems I'm not breaking any functionality.
The IPv6 address addition is based on komapeb/data_connection_checker#13 (comment).

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • πŸ› οΈ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • βœ… Build configuration change
  • πŸ“ Documentation
  • πŸ—‘οΈ Chore

Trying to end the test immediately when any of the pings succeed
Adding IPv6 equivalent of the current default IPv4 addresses: Google, CloudFlare and OpenDNS
based on komapeb/data_connection_checker#13 (comment)
@MrCsabaToth
Copy link
Contributor Author

I'm including a fix to #14 as well.

@MrCsabaToth MrCsabaToth changed the title Fixes #12 Fixes #12 and Fixes #14 Aug 24, 2021
@RounakTadvi RounakTadvi merged commit 466437f into RounakTadvi:main Oct 3, 2021
@RounakTadvi
Copy link
Owner

@MrCsabaToth Thanks for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants