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
{{ message }}
This repository has been archived by the owner on May 21, 2024. It is now read-only.
Currently proto_lint checks for RPC methods that are missing in the Python mixins. However, it does not check the other way around, which are outdated RPCs that are still being adapted by the Python mixins. This is not a huge issue because the client will just get a UNIMPLEMENTED error, but it is something worth improving.
The text was updated successfully, but these errors were encountered:
Currently proto_lint checks for RPC methods that are missing in the Python mixins. However, it does not check the other way around, which are outdated RPCs that are still being adapted by the Python mixins. This is not a huge issue because the client will just get a
UNIMPLEMENTED
error, but it is something worth improving.The text was updated successfully, but these errors were encountered: