[zeromq-dev] C# Client and C++ Server Problems

최현준(Priv.) peinsiro at gmail.com
Tue Sep 18 15:46:24 CEST 2012


It seems version conflict. 
When I changed libzmq version 2.2 in C++ program, Transmision with C# client using clrzmq was fine.

At first, I made C++ client using libzmq 3.2 same with server. 
It runs fine all the time. 

Today I made C# client has same logic in windows platform. 
I have checked all function call using VS2010 debugger. 

I thought ZeroMQ supports version compatible. 
But current 3.2 RC version doesn't support that in my experience.

I will keep version at 2.2 until clrzmq supports 3.2.

Thanks. 


2012. 9. 18. 22:04 Pieter Hintjens <ph at imatix.com> 작성:

> On Tue, Sep 18, 2012 at 9:20 PM, Hyun-joon Choi <peinsiro at gmail.com> wrote:
> 
>> When Client try to connect to server, Server receive 0 byte message.
>> Then, Server doesn't receive any message which was sent by Client.
>> 
>> Why does clrzmq connection send 0 length message?
>> Why doesn't server receive any message?
> 
> Strange. Can you test the same design in plain C?
> 
> It does sound like either you're sending a 0-byte message by mistake,
> or else there's a problem in the clrzmq binding that's causing your
> message to be cut to 0 bytes.
> 
> -Pieter
> _______________________________________________
> 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