Activity
fix: allow both tcp addresses and http urls as inputs
fix: allow both tcp addresses and http urls as inputs
remove http example from readme
remove http example from readme
validate that urls param is not empty array
validate that urls param is not empty array
refactor to use struct and impl block
refactor to use struct and impl block
implement waiting on tcp stream level with retry
implement waiting on tcp stream level with retry
slipt waiting for one url and outter loop
slipt waiting for one url and outter loop
split wait service from application
split wait service from application
cleanup previous implementation
cleanup previous implementation