chuckremes / ffi-rzmq

FFI bindings for ZeroMQ so the library can be used under JRuby and other FFI-compliant ruby runtimes
242 stars 62 forks source link

socket monitor events need a container #75

Closed grantr closed 11 years ago

grantr commented 11 years ago

monitor sockets send zmq_event_t structs which are an event id and a union of event data. Would be awesome if there was an Event class that could handle them!

grantr commented 11 years ago

It was already there at ZMQ::LibZMQ::EventData