Hi Andrey,

ROUTER sockets read the first part of the message as the recipient
address. Is it possible you're using the wrong address when sending?
Justin

On Mon, Apr 24, 2017, at 01:08 AM, Андрей Олейник wrote:
> Hello,
> 
> I have a chat application that receives messages through WebSockets
> and processes them on workers connected by a DEALER-ROUTER pattern.
> Chat sends and receives ZMQ messages through one DEALER socket. It has
> been working until I added second worker (ROUTER socket). From now
> there is not guaranty that client will receive its own response.> 
> As I understand the solution could be to use separate DEALER socket
> for each WebSocket connection or use one socket with a wrapper that
> will handle sharing across WebSockets connections.> 
> What is the best way to have it done?
> 
> Thank you,
> Andrey
> _________________________________________________
> zeromq-dev mailing list
> zeromq-dev@lists.zeromq.org
> https://lists.zeromq.org/mailman/listinfo/zeromq-dev

_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to