gomq
                                
                                 gomq copied to clipboard
                                
                                    gomq copied to clipboard
                            
                            
                            
                        Why the protocol version is upgraded to 3.1?
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".
what is the impact if the version reverted back to 3.0 ?
@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.