We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was working through this repo's example on a Mac. When I got to this step...
Use the start script for starting a ledger & the java application:
...I tried running ./start.sh examples.pingpong.grpc.PingPongGrpcMain and received these error messages...
./start.sh examples.pingpong.grpc.PingPongGrpcMain
Starting sandbox ./start.sh: line 5: ss: command not found
Googling suggests that ss is a Linux tool that is not ported to Mac OS.
ss
I'm happy to help resolve this if someone can recommend the proper resolution.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was working through this repo's example on a Mac. When I got to this step...
...I tried running
./start.sh examples.pingpong.grpc.PingPongGrpcMain
and received these error messages...Googling suggests that
ss
is a Linux tool that is not ported to Mac OS.I'm happy to help resolve this if someone can recommend the proper resolution.
The text was updated successfully, but these errors were encountered: