[zeromq-dev] Multithreaded server, delivers message in one direction

Pieter Hintjens ph at imatix.com
Fri Oct 21 23:23:59 CEST 2011


On Fri, Oct 21, 2011 at 6:46 AM, tlrx <tlrx.dev at gmail.com> wrote:

> But the
> response is never received by the initial Client. It looks like the Queue
> correctly transfers the message received by router to the dealer and then a
> worker, but only in one direction.

Most probably, when you are sending the response back to the client
via the Router socket, the messages does not start with a valid ID
frame that identifies the client.

-Pieter



More information about the zeromq-dev mailing list