nanomsg-examples icon indicating copy to clipboard operation
nanomsg-examples copied to clipboard

req/rep example uses push/pull socket types

Open rgrinberg opened this issue 12 years ago • 3 comments

typo?

rgrinberg avatar Sep 20 '13 04:09 rgrinberg

Not sure if this is related, but the example script causes a segfault on the Mac. Right now, I'm just making the examples run and not actually debugging them, I it might be obvious using push/pull would cause this issue. I just wouldn't know that. :)

andrewstarks avatar Oct 21 '13 15:10 andrewstarks

aren't lines like: assert (nn_bind (sock, url) >= 0); no-ops at compile time? e.g. the nn_bind will never run

TTimo avatar Mar 30 '14 21:03 TTimo

Wrong code in Request/Reply example part of original article

spot62 avatar May 23 '16 14:05 spot62