pebbe / zmq4

A Go interface to ZeroMQ version 4
BSD 2-Clause "Simplified" License
1.18k stars 164 forks source link

Update to support ZeroMQ 4.3.5 #196

Closed conormurray95 closed 1 year ago

conormurray95 commented 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

Solution Update the zmq4.go compatibility matrix.

conormurray95 commented 1 year ago

cc @pebbe