Open dierbei opened 1 month ago
Currently, only u32 types are supported for sending data: https://github.com/spacewalkhq/raft-rs/blob/5853c9f2461fdde76ef002e2246f73a3c93a04d5/src/server.rs#L644-L651 The effect I'm hoping to achieve is to be able to send any type;
u32
great idea.
Currently, only
u32
types are supported for sending data: https://github.com/spacewalkhq/raft-rs/blob/5853c9f2461fdde76ef002e2246f73a3c93a04d5/src/server.rs#L644-L651 The effect I'm hoping to achieve is to be able to send any type;