Skip to content

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

@spotlesscoder

Description

@spotlesscoder

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions