jean-airoldie

Results 30 issues of jean-airoldie

Allow retrieval of the "Peer-Address" metadata, as defined in http://api.zeromq.org/master:zmq-msg-gets.

feature request

We should provide for some channel patterns that can send `Box` allocated arbitrary types for inter thread communication.

feature request

See [this issue](https://github.com/zeromq/libzmq/issues/2297) for more info.

bug

Support the `zmq_socket_monitored_versioned` API to retrieve events for sockets. My inital idea is to create a unique `monitor_addr` for each socket. Then we would call `zmq_monitor_versioned` with this addr to...

feature request

See https://github.com/zeromq/libzmq/issues/3552.

bug

~~https://github.com/zeromq/libzmq/issues/3523~~

bug

See https://github.com/zeromq/libzmq/issues/3492.

footgun

Filed [this issue](https://github.com/zeromq/libzmq/issues/3519) in libzmq.

bug

Each socket has an associated configuration struct that can be use to parse config files. We should document the config file format.

documentation

Use the event monitoring API from #23 to create a socket event logger. This would fix #19 by emitting `error` messages when an authentication fails. Things to consider: * Use...

feature request