On Sun, Mar 6, 2011 at 5:12 PM, Han Holl <[email protected]> wrote:

> It's an almost literal copy from the guide:
>        //  Send reply back to client
>        zmq::message_t reply (6);
>        memcpy ((void *) reply.data (), "World", 5);
>        socket.send (reply);

Yes, the C++ code had an error (fixed now). Thanks for catching this.

-Pieter
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to