ArdanUltimateRust-5Days
ArdanUltimateRust-5Days copied to clipboard
Bincode::deserialization enum issue
Collector_v3 fails: shared_v3/src/lib.rs panicked, trying deserialize server's Ack-response
`Result::unwrap()` on an `Err` value: Custom("invalid value: integer `16830980`, expected variant index 0 <= i < 3")
Running collector_v3 and server_v3, I'm not able to reproduce this?
Make sure that your collector and server have matching shared_v3 libraries; any difference between them will cause the bincode deserialization to fail because the enclosed data will be in the incorrect format.