Hashicorp Raft node failed to make requestVote RPC: invalid byte descriptor for decoding bytes, got 0x13
I’m working on a peer-to-peer network project using Raft for consensus and libp2p for peer-to-peer communication. I encountered an issue where the RequestVote RPC in Raft is failing with a Msgpack decode error. Here are the error logs: