Two issues here really.
1. I used v0.2.0 binaries to connect to an upgraded server and got this:
Could not connect to server: protocol version mismatch: got 0 wanted 6
Would be nice to explicitly tell the user "please update your client" if client_ver < server_ver, and something else if client_ver > server_ver.
2. After I upgraded client, the welcome message says protocol version 7. I wonder why didn't it want version 7 earlier? Or should it be version 6 or greater?
Two issues here really.
1. I used v0.2.0 binaries to connect to an upgraded server and got this:
Would be nice to explicitly tell the user "please update your client" if
client_ver < server_ver, and something else ifclient_ver > server_ver.2. After I upgraded client, the welcome message says
protocol version 7. I wonder why didn't it wantversion 7earlier? Or should it beversion 6 or greater?