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
MetaAPI has moved from serde to protobuf based on KV API for compatibility, thanks @drmingdrmer .
It also needs to move serde to protobuf for query/user.
For backward compatibility, we should first try to deserialize the value with protobuf, if it errors then try to deserialize it with serde.
The text was updated successfully, but these errors were encountered:
Summary
MetaAPI has moved from
serde
toprotobuf
based on KV API for compatibility, thanks @drmingdrmer .It also needs to move
serde
toprotobuf
forquery/user
.For backward compatibility, we should first try to deserialize the value with
protobuf
, if it errors then try to deserialize it withserde
.The text was updated successfully, but these errors were encountered: