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

Should throw error when trying to use tcp:// #140

Open
spotlesscoder opened this issue May 12, 2023 · 0 comments
Open

Should throw error when trying to use tcp:// #140

spotlesscoder opened this issue May 12, 2023 · 0 comments

Comments

@spotlesscoder
Copy link
Contributor

I accindentally misconfigured my health check of my mongodb with npx wait-on tcp://127.0.0.1:27117 -t 10000
After troubleshooting for an eternity, I saw that the correct syntax for the TCP protocol is npx wait-on tcp:127.0.0.1:27117 -t 10000 (without the double slash)

The wait-on package should throw an error right away when tcp:// is used as protocol

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

1 participant