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
When the client sets a version that does not match the server's client_white_list, the error message should not print out the version information available on the server. Because now the client_white_listacts as KEY for server and client.
Current client is not compatible with the remote server, please check the version: Graph client version(INVALID_VERSION) is not accepted, current graph client white list: test3.0.0.
@MuYiYong determines the name(name for verifyVersion value) to users for SDK is handshakeKey
The text was updated successfully, but these errors were encountered:
Nicole00
changed the title
the client version white list info lacks of delimiter
remove the client_white_list info from the error message when client is not compatible with server
Jan 5, 2024
When the client sets a version that does not match the server's client_white_list, the error message should not print out the version information available on the server. Because now the
client_white_list
acts as KEY for server and client.related requirement: https://github.com/vesoft-inc/requirement-holder/issues/762
@MuYiYong determines the name(name for verifyVersion value) to users for SDK is
handshakeKey
The text was updated successfully, but these errors were encountered: