Closed conormurray95 closed 1 year ago
Context Libzmq 4.3.5 was released last week https://github.com/zeromq/libzmq/releases.
Issue Because of the version check this library doesn't currently support 4.3.5. Running both will result in the error: zmq4 was compiled with ZeroMQ version 4.3.1, but the runtime links with version 4.3.5
zmq4 was compiled with ZeroMQ version 4.3.1, but the runtime links with version 4.3.5
Solution Update the zmq4.go compatibility matrix.
cc @pebbe
Context Libzmq 4.3.5 was released last week https://github.com/zeromq/libzmq/releases.
Issue Because of the version check this library doesn't currently support 4.3.5. Running both will result in the error:
zmq4 was compiled with ZeroMQ version 4.3.1, but the runtime links with version 4.3.5
Solution Update the zmq4.go compatibility matrix.