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 am running Crystal 0.35.1 on Arch.
I cloned this repository and ran each of the examples. The following files hang on my machine after printing their startup logs.
async_client_server.cr
push_pull.cr
The same is true of the example in README.md. I also tried installing the shard and using require "zeromq"; the same examples did not work.
README.md
require "zeromq"
The other examples all work fine. I'm sorry I can't offer any actual debugging yet but I'm new to 0MQ, let alone this library.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am running Crystal 0.35.1 on Arch.
I cloned this repository and ran each of the examples. The following files hang on my machine after printing their startup logs.
async_client_server.cr
push_pull.cr
The same is true of the example in
README.md
. I also tried installing the shard and usingrequire "zeromq"
; the same examples did not work.The other examples all work fine. I'm sorry I can't offer any actual debugging yet but I'm new to 0MQ, let alone this library.
The text was updated successfully, but these errors were encountered: