Arnaud Loonstra
Arnaud Loonstra
I think this issue is a duplicate of #92. Pyre has been behind Zyre development. I switched to using the Zyre python bindings. What would be best is to have...
what do you get when you run the unittests, even travis is failing so we do have some trouble somewhere
I'm not familiar with conda but as travis does complete, see here: https://travis-ci.org/zeromq/pyre/jobs/409289899 Can you try without conda?
I haven't tested OSX in ages. I guess it's also a good idea to add an osx unittest to travis
Never tried it but if pyzmq does it would be possible On June 16, 2016 7:04:58 PM GMT+02:00, Charlie Gettys [email protected] wrote: > Does Pyre support CurveZMQ? > > ---...
Btw, when commenting those lines czmq builds fine, with some conversion warnings though.
I think MSVC only supports C89 from what I know so indeed it's very old. I could remove it but it probably will influence other projects. In czmq it only...
https://devblogs.microsoft.com/cppblog/c11-and-c17-standard-support-arriving-in-msvc/ Microsoft is working on it apparently
have you tried a test using valgrind?
Not sure what you are doing but zyre runs its own threads so blocking the main thread shouldn't stop zyre I guess.