Open iagomez opened 8 years ago
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
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.