Re: [zeromq-dev] polling fd with czmq

2019-10-28 Thread Arnaud Loonstra
On 25-10-2019 10:25, Luca Boccassi wrote: On Thu, 2019-10-24 at 15:35 +0200, Arnaud Loonstra wrote: Hi all, I'm wondering what is the best approach to polling a non-zmq socket using czmq. It doesn't seem documented? I can add a fd as follows: ... s=socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP))

[zeromq-dev] mermaid markdown for flow charts

2019-10-28 Thread Benjamin Henrion
Hi, If you redo the zmq docs, you could use markdown with mermaid: https://mermaidjs.github.io/#/ It works on gitlab: https://gitlab.com/zoobab/mermaid-test/blob/master/README.md But not on github: https://github.com/zoobab/mermaid-test/blob/master/README.md Best, -- Benjamin Henrion