[zeromq-dev] Request C# - Reply C++ problem

Shaukat Mahmood Ahmad write at sma.im
Mon Jun 17 20:25:02 CEST 2013


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 <shannenlaptop at gmail.com> wrote:
> Not sure about examples but how are you sending/receiving the string in C++?
>
> On Jun 18, 2013 2:57 AM, "Adel M" <adelmn at gmail.com> 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
>> zeromq-dev at lists.zeromq.org
>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>>
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>



More information about the zeromq-dev mailing list