Replies: 4 comments 4 replies
-
That is exactly was created for :). But you should register type on both sides - sender node and receiver. |
Beta Was this translation helpful? Give feedback.
-
How does this serialization compare to protobuf or msgpack serialization? |
Beta Was this translation helpful? Give feedback.
-
Etfs.RegisterType Currently some structure data can not be converted, such as map[string]*value,map value is pointer mode can not be used? Is not fully serialized JSON, this way there is no problem at all? |
Beta Was this translation helpful? Give feedback.
-
type NodeMsg struct { |
Beta Was this translation helpful? Give feedback.
-
Can GO native structure data be directly message-sent between nodes? Can I call etf.RegisterType registration to decode messages?
Beta Was this translation helpful? Give feedback.
All reactions