Rolf Timmermans
Rolf Timmermans
Thanks for your report. Could you share the code you used to test it (subscriber + producer)?
I'm not familiar with NW.js, is there a particular reason that the native binaries cannot be used? I don't know why nw-gyp would need Python 2, but the bundled gyp...
The native library (libzmq) is a very stable piece of software and it may be a challenge to accurately implement all of it in JS. I welcome attempts to try...
Please, could you try with the latest 6.0 beta release? If you run into any particular errors it would help us to see the actual error message. It's difficult to...
I'm not sure if there is any downside to including OpenPGM by default, but from a quick glance it seems like libzmq expects to link to it as a shared...
The inline serializers are explicitly removed from the list of serializers to generate interfaces for. Removing this check seems to work? What was the original reason to skip generating types...
Thanks for your hard work! We ran into some issues with Flip. We were impressed by the overall idea and approach, but missed some features, such as using multiple strategies...
Thanks for raising this issue and thanks for your great work on Flip! I'm all in favour of some kind of merge. I don't have a particular preference. We chose...
Right now Flipflop works, and is available. So the default options are to just use Flipflop or keep using Flip. I don't mind either way. I'd be happy if Flipflop...
In my opinion an async interface should follow the semantics of a "blocking" API as you would write it in lower level languages without async support. I spent quite a...