makes icon indicating copy to clipboard operation
makes copied to clipboard

Uncontrolled infinite loop

Open dacevedo12 opened this issue 2 years ago • 0 comments

Using the wait_port and done_port functions from the manage-ports argument results in an uncontrolled infinite loop when the timeout is reached, printing:

Timeout while waiting for ${host}:${port} to open
Timeout while waiting for ${host}:${port} to open
Timeout while waiting for ${host}:${port} to open
...

This return doesn't seem to be working properly https://github.com/fluidattacks/makes/blob/main/src/args/manage-ports/template.sh#L51

dacevedo12 avatar Jan 31 '23 19:01 dacevedo12