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 Jun 20, 2024. It is now read-only.
Currently, we have 2 protocols already. By the time this issue is started we might have another one. They are using msgpack encoding right now to exchange messages. Instead they should use protobuf implementation.
Tasks:
Define the protobuf messages. These would be similar to the existing structs used.
Generate pb files for the proto specs.
Update the protocols to use the new types and use the protobuf encoder/decoder to read/write.
Update any tests required in the protocols.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, we have 2 protocols already. By the time this issue is started we might have another one. They are using msgpack encoding right now to exchange messages. Instead they should use protobuf implementation.
Tasks:
The text was updated successfully, but these errors were encountered: