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. The init versions: fusequery-1 version is v1, and fusequery-2 is v1, fusestore version is v1
2. We upgrade fusequery-2 and the version to v2
3. So the talking between fusequery-1 and fusequery-2 may has some problems in protocol
4. Also, this may has problems between fusequery and fusestore in protocol
We can strictly limit the version:
if self.version != other.version {return error}
When need update the rpc version:
We change the rpc protocol, which may result in incompatibility
The text was updated successfully, but these errors were encountered:
Summary
For example,
We can strictly limit the version:
When need update the rpc version:
The text was updated successfully, but these errors were encountered: