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

Bad Address Causes Repeated Failure #27

Closed
ajones2k opened this issue Mar 28, 2019 · 2 comments
Closed

Bad Address Causes Repeated Failure #27

ajones2k opened this issue Mar 28, 2019 · 2 comments

Comments

@ajones2k
Copy link

If I ping a good address
ms = await Ping.start('8.8.8.8'); //works

then a bad address
ms = await Ping.start('8.8.8.9'); //fails

then trying to ping the good address again always fails unless I restart the app
ms = await Ping.start('8.8.8.8'); //fails

Is there anyway to 'reset' the library to prevent this problem.

RoJoHub added a commit that referenced this issue Mar 29, 2019
1. add timeout
2. add Error code
3. fix #27
RoJoHub added a commit that referenced this issue Mar 29, 2019
1. add timeout
2. add Error code
3. fix #27
RoJoHub added a commit that referenced this issue Mar 29, 2019
1. add timeout
2. add Error code
3. fix #27
RoJoHub added a commit that referenced this issue Mar 29, 2019
1. add timeout
2. add Error code
3. fix #27
RoJoHub added a commit that referenced this issue Mar 29, 2019
1. add timeout
2. add Error code
3. fix #27
@RoJoHub
Copy link
Owner

RoJoHub commented Mar 29, 2019

Please update to 1.2.0.
This problem has been fixed in version 1.2.0.

@ajones2k
Copy link
Author

ajones2k commented Mar 29, 2019 via email

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

No branches or pull requests

2 participants