[zeromq-dev] Strange behavior on filemq client

Pieter Hintjens pieterh at gmail.com
Thu Dec 6 13:27:15 CET 2012


Hi Victor,

DELIVER is being sent back up the pipe, to the calling application.

Pieter
On Dec 6, 2012 12:37 PM, "Victor Perron" <victor at iso3103.net> wrote:

> Hello,
>
> I have been playing around with filemq lately; I have noticed something
> weird and have not been able to fix it by myself.
>
> I never receive the "DELIVER" message from filemq clients; meaning, I
> correctly log that the message is sent (to the right pipe) in fmq_client.c
> / process_the_patch() function, but I never receive it in the subsequent
> polls from client_thread() -> control_message() .
>
> All the other filemq messages are handled nicely; I really don't get
> what's the matter here. Is that because the message (as opposite to the
> others like "SET INBOX", "SET RECEIVE", "SUBSCRIBE", sent from main app
> loop) is sent from the same loop thread that polls the command pipe ?
>
> I am using the latest version of zyre to run those tests. Do you think I
> should file a bug, or is there a simple explanation ?
>
> Besr regards,
>
> --
> Victor
>
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20121206/2a0b020f/attachment.htm>


More information about the zeromq-dev mailing list