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
Erlang R13B03 (erts-5.7.4) [source] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false]
Eshell V5.7.4 (abort with ^G) 1> zmq:start_link(). {ok,<0.37.0>} 2> zmq_pubserver:run(). <0.39.0> sent {msg,50} <0.39.0> 3> =ERROR REPORT==== 20-Sep-2010::15:49:16 === driver_select(0x00000223, 165452956, ERL_DRV_READ, 1) by zmq_drv driver #Port<0.547> failed: fd=165452956 is larger than the largest allowed fd=1023
zeromq2: http://github.com/zeromq/zeromq2.git (master) erlzmq: http://github.com/zeromq/erlzmq.git (master)
The text was updated successfully, but these errors were encountered:
Oh, recompile and working.
Sorry, something went wrong.
No branches or pull requests
Erlang R13B03 (erts-5.7.4) [source] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false]
Eshell V5.7.4 (abort with ^G)
1> zmq:start_link().
{ok,<0.37.0>}
2> zmq_pubserver:run().
<0.39.0> sent {msg,50}
<0.39.0>
3>
=ERROR REPORT==== 20-Sep-2010::15:49:16 ===
driver_select(0x00000223, 165452956, ERL_DRV_READ, 1) by zmq_drv driver #Port<0.547> failed: fd=165452956 is larger than the largest allowed fd=1023
zeromq2: http://github.com/zeromq/zeromq2.git (master)
erlzmq: http://github.com/zeromq/erlzmq.git (master)
The text was updated successfully, but these errors were encountered: