libzmq-rs icon indicating copy to clipboard operation
libzmq-rs copied to clipboard

Poller blocks forever when socket with no flags is specified

Open jean-airoldie opened this issue 5 years ago • 2 comments

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

jean-airoldie avatar May 14 '19 06:05 jean-airoldie

We could keep track the sockets with no flags specified. If the number of sockets with no flags is equal to the total number of sockets we error out.

jean-airoldie avatar May 14 '19 07:05 jean-airoldie

We should probably provide a PR to libzmq directly, rather than fixing it at our level. Shouldn't be too hard to do. Just not a priority for me atm.

jean-airoldie avatar Jun 04 '19 12:06 jean-airoldie