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've tried doing mix do deps.get,app.start and the servers shut down immediately.
mix do deps.get,app.start
The text was updated successfully, but these errors were encountered:
each example is standalone, for echo_server, run
echo_server
> cd echo_server > mix deps.get > iex -S mix
Sorry, something went wrong.
Cool. I'll submit a PR explaining that. Just so no one runs into the same issue ;)
No branches or pull requests
I've tried doing
mix do deps.get,app.start
and the servers shut down immediately.The text was updated successfully, but these errors were encountered: