methodmissing / rbczmq

Ruby extension that wraps the official high level ZeroMQ C API ( http://czmq.zeromq.org/ )

Home Page:http://github.com/methodmissing/rbczmq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipc:// broken

black-snow opened this issue · comments

ipc ain't seem to work. It swallows connect('ipc://something') but ain't seem to send or receive anything. Also there's not a single test covering ipc.
It's a pity there ain't no real docs :{

How do I req/rep via ipc? I have a node server up with a rep socket that runs just fine via ipc. I didn't manage to connect / send anything to it with rbczmq.