On Tue, Sep 18, 2012 at 9:20 PM, Hyun-joon Choi <[email protected]> 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 [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
