pebbe / zmq4

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

Update to support ZeroMQ 4.3.5 #196

Closed conormurray95 closed 10 months ago

conormurray95 commented 10 months 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 10 months ago

cc @pebbe