You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using shared libzmq, it seemed nothing else is need to use the draft code.
Looking at the code, I notice that ZMQ_BUILD_DRAFT_API is required so I've been trying to pass in ZMQ_BUILD_DRAFT_API via CGO_CFLAGS but so far unable to get it working. I'm unable to find any docs in zmq4 that made reference to draft built, where this is listed in goczmq[1]
I am able to statically link zmq4 with golang but unable to get the draft code path working. Currently I'm successfully build with
Using shared libzmq, it seemed nothing else is need to use the draft code.
Looking at the code, I notice that
ZMQ_BUILD_DRAFT_API
is required so I've been trying to pass inZMQ_BUILD_DRAFT_API
via CGO_CFLAGS but so far unable to get it working. I'm unable to find any docs in zmq4 that made reference to draft built, where this is listed in goczmq[1]I'm currently using libzmq with:
Any help is appreciated.
[1] zeromq/goczmq@b9c1810#diff-04c6e90faac2675aa89e2176d2eec7d8
The text was updated successfully, but these errors were encountered: