Hi,

I'm using ZeroMQ Request -Reply .
The Request Client is in C# and the Reply Server is in C++.
I send a simple string message and expect a simple string message as a
reply.
The problem is that my request message is well received by the C++ server
however my C# client does not recieve the Reply.
On the C# side I use Clrzmq.


P.s: I tried the opposite Request CLient in C++ and Reply server in C# and
it works fine.

Is there any example with the same configuration (Request Client in C#
(with Clrzmq) and  Reply Server in C++) that can help me fixing this?


Best Regards,
Adel
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to