On Thu, 2019-09-26 at 23:22 +0000, Shishir Pandey wrote:
> Hi
> 
> I was trying to run the lpclient.c (lazie pirate, chapter 4, 
> http://zguide.zeromq.org/page:all#Client-Side-Reliability-Lazy-Pirate-Pattern
> )   program from the guide. The program uses the old czmq API and
> does not work. I was trying to run with the latest czmq library and
> change the program to the following program :

You cannot pass a zsock directly to zmq_pollitem_t. Pass the return
value of zsock_resolve(client) instead.

-- 
Kind regards,
Luca Boccassi

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
zeromq-dev mailing list
[email protected]
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to