You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 7
earlier? Or should it beversion 6 or greater
?The text was updated successfully, but these errors were encountered: