[zeromq-dev] reliable request-reply
Ilja Golshtein
ilejncs at narod.ru
Fri Sep 2 08:46:30 CEST 2011
Martin,
thanks.
BTW, I've found an ugly bug
==
290 - respstr += (char*)request.data();
290 + respstr += std::string((char*)request.data(), request.size());
==
Corrected pastebin is http://pastebin.com/UgkWBRJ8
02.09.2011, 09:21, "Martin Sustrik" <sustrik at 250bpm.com>:
> Hi Ilja,
>
>> In case anyone interested, working Linux C++ example is attached to this letter.
>> Or see here http://pastebin.com/TgCPTyKS
>
> Nice! Why not link it from zeromq.org so that it does not get lost?
>
> Martin
--
Best regards,
Ilja Golshtein.
More information about the zeromq-dev
mailing list