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

Pieter Hintjens ph at imatix.com
Tue Sep 18 15:04:42 CEST 2012


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



More information about the zeromq-dev mailing list