Can you share the server & client code, zeroMQ send data as raw bytes so how your are converting the received data string at c# side?
On Mon, Jun 17, 2013 at 9:59 PM, shancat <[email protected]> wrote: > Not sure about examples but how are you sending/receiving the string in C++? > > On Jun 18, 2013 2:57 AM, "Adel M" <[email protected]> wrote: >> >> 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 >> > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
