-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running the example command on macOS Big Sur 11.2.3 (20D91) fails open : no such file or directory #66
Comments
Did you build from source? Or download the distributed binary? |
No I downloaded V4 from releases and tried mqtt-stresser-darwin-amd64 and mqtt-stresser-darwin-amd64-static |
hmm, not able to reproduce on same os (11.2.3)
|
But you need to give a broker to work with... ./mqtt-stresser-darwin-amd64-static -broker tcp://broker.mqttdashboard.com:1883 -num-clients 10 -num-messages 150 -rampup-delay 1s -rampup-size 10 -global-timeout 180s -timeout 20s |
You're right. I can reproduce:
|
I have same issue on windows using binary from the release page, but it works if I build it from source |
Ok, since the issue occurs for two non-linux platform I suspect that the cross compiling in the release toolchain is broken. I will have a look into it. |
Is this issue still not resolved as I am experiencing the same issue on macbook? |
./mqtt-stresser -broker tcp://broker.mqttdashboard.com:1883 -num-clients 10 -num-messages 150 -rampup-delay 1s -rampup-size 10 -global-timeout 180s -timeout 20s
open : no such file or directory
The text was updated successfully, but these errors were encountered: