wait-for-them 0.1.0

Waits for TCP ports to be opened
wait-for-them-0.1.0 is not a library.
Visit the last successful build: wait-for-them-0.4.0

Wait-For-Them

Waits until all combination of hosts and ports are opened.

Installation

cargo install wait-for-them

Running

Wait forever

wait-for-them host1:port1 host2:port2

Wait with timeout (in miliseconds)

wait-for-them -t 5000 host1:port1 host2:port2

Note that it returns a number of unopened host:port combinations. So if it worked ok it returns standard 0.