gomq icon indicating copy to clipboard operation
gomq copied to clipboard

Why the protocol version is upgraded to 3.1?

Open myzhan opened this issue 4 years ago • 2 comments

It seems that the protocol version is upgraded to 3.1 for no reason in this PR.

https://github.com/zeromq/gomq/pull/77/files

In the rfc of zeromq, "Resource" is added to connnection metadata in version 3.1. But this PR has nothing to do with "Resource".

myzhan avatar Nov 04 '20 07:11 myzhan

what is the impact if the version reverted back to 3.0 ?

franzramadhan avatar Nov 18 '20 07:11 franzramadhan

@franzramadhan I use gomq to connect to a pyzmq server. if the version is updated to 3.1, handshake will fail, becase the server sends 3.0 greeting message.

myzhan avatar Nov 18 '20 07:11 myzhan