You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
receptor ping foo uses the default of four pings with a one-second delay. receptor ping foo --count 0 unexpectedly pings as fast as possible, with no delay. receptor ping foo --count 0 --delay 10 ignores the delay and still pings as fast as possible.
Expected behavior: delay should be one second unless specified, and when specified, should be respected.
The text was updated successfully, but these errors were encountered:
receptor ping foo
uses the default of four pings with a one-second delay.receptor ping foo --count 0
unexpectedly pings as fast as possible, with no delay.receptor ping foo --count 0 --delay 10
ignores the delay and still pings as fast as possible.Expected behavior: delay should be one second unless specified, and when specified, should be respected.
The text was updated successfully, but these errors were encountered: