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
It seem like when you run with forever option the first iteration works perfectly fine but the next ones just gets sort-circuited and cancelled cause of this line which in my debugging opinion should be like this line which executes all iteration correctly....
again I am no expert on this repo, so excuse me if I am wrong
The text was updated successfully, but these errors were encountered:
There is one other change we have to add this line numRunning = opts.connections to restart function at line 171 cause at line 280 which is identifies running connections is decrementing it so a restart will need to reset this variable...
I think we need more testing with permutation combinations for forever option.
LRagji
pushed a commit
to LRagji/autocannon
that referenced
this issue
Mar 12, 2023
It seem like when you run with
forever
option the first iteration works perfectly fine but the next ones just gets sort-circuited and cancelled cause of this line which in my debugging opinion should be like this line which executes all iteration correctly....again I am no expert on this repo, so excuse me if I am wrong
The text was updated successfully, but these errors were encountered: