ArdanUltimateRust-5Days icon indicating copy to clipboard operation
ArdanUltimateRust-5Days copied to clipboard

Bincode::deserialization enum issue

Open ayratmsk opened this issue 1 year ago • 1 comments

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")

ayratmsk avatar May 07 '24 13:05 ayratmsk

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.

thebracket avatar Nov 09 '24 16:11 thebracket