Pawel Kurdybacha
Pawel Kurdybacha
@ovanes could you confirm if you still see this issue on osx, please?
we do not have MinGW in CI but you can take a look at `appveyor.yml` and use similar approach with `cmake` and MinGW.
probably only reason is that nobody needed it before. Feel free to provide a pull request if you see area for improvement.
+1 for deprecating the function
just an explanation for someone with similar issue: this is because enabled "build with draft" for git cloned cppzmq whereas libzmq (installed in the system) was not build with draft....
yeah, agree that this API is not great. We have already have socket_type so send_flags can follow the same pattern. Just instead changing existing functions which is breaking change we...
>Regarding gsl, I am hesitant to adding a dependency to that, as it might make the integration of cppzmq harder. +1 On Wed, Mar 27, 2019 at 11:36 AM Simon...
Hi @louwers , what gcc version?
Hi @Slesa, thanks for the feedback. By `how to use it`, do you mean: 1) how to integrated with your project 2) how to use `socket_t`, `message_t`, ... 3) all...
it is hard to read your code because of formatting. You can use `socket_t::recv` and `socket_t::send` only. We plan to add some demo to the project but for now I...