-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
During gossiping, messages are sent as bytes: Vec<u8>, hence they have to be encoded into that format.
The Vec<String> is broken down into bytes and sent over the wire. This can be even more flexible as we can have a codec, maybe cbor that encodes any data structure into bytes and decodes them on the other side. Simple and flexible.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels