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
First of all, thank you! I'm using Remoter and it's awesome.
I'm trying to dynamically assign ports to remoter using this code:
remoter::server(port = pbdZMQ::random_open_port())
The Remoter server seems to start and I can connect to it, but I get the following error in the console:
R_zmq_socket_close errno: 88 strerror: Socket operation on non-socket R_zmq_ctx_destroy errno: 14 strerror: Bad address
I'm running on Red Hat 7.
R version 3.2.5 remoter version 0.3-2 pbdZMQ version 0.2-3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First of all, thank you! I'm using Remoter and it's awesome.
I'm trying to dynamically assign ports to remoter using this code:
The Remoter server seems to start and I can connect to it, but I get the following error in the console:
I'm running on Red Hat 7.
The text was updated successfully, but these errors were encountered: