[zeromq-dev] Messages not delivered
Ian Barber
ian.barber at gmail.com
Mon May 28 13:57:35 CEST 2012
On Mon, May 28, 2012 at 12:17 PM, Arun Dobriyal <
arundobriyaliitkgp at gmail.com> wrote:
>
> The code snipper for the client and server is attached in this pastebin
> page..
> for server: http://pastebin.com/0nxBEhnK
> for client: http://pastebin.com/2xJxZqnu
>
> Thanks
> Arun
>
>
>
You're using REQ/REP, which needs to work in lock step of request-reply, so
it'll be getting an EFSM. If you change to PUSH on client, PULL on receiver
it should work.
Ian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20120528/087745e1/attachment.htm>
More information about the zeromq-dev
mailing list