cppnanomsg icon indicating copy to clipboard operation
cppnanomsg copied to clipboard

C++ binding for nanomsg

Results 5 cppnanomsg issues
Sort by recently updated
recently updated
newest added

try to build cppnanomsg in win10-64 + codeblocks + cmake/win + mingw-gcc from: https://nuwen.net/mingw.html nanomsg itself built well. cmake/win success, but when i try to build cppnanomsg i get: compiler...

Hi, I think that it would be helpful to manage dependencies if we tag releases. Cheers!

My application is running on Windows Platform and Linux Platform at the same time with Pair Mode, the windows platform is running with bind and linux with connect. After few...

Hi: I am trying to make a proof-of-concept RPC with nanomsg and google protobuf. The shutdown always gives EINVAL, what am I doing wrong ? Example: https://github.com/sroycode/nanorpc/blob/master/EchoClient.cc line no 50...

Submitting this as an issue, otherwise it gets lost on the mailinglist: http://www.freelists.org/post/nanomsg/cppnanomsg-throws-on-recv-if-survey-timed-out - recv throws except for EAGAIN - should also allow error codes such as ETIMEDOUT, EFSM The...