Got AttemptToOverwriteReceivedMsg error

I’m using libp2p to handle network layer for mpc, and use cggmp21 for crypto.
I have AttemptToOverwriteReceivedMsg error if my node receives multiple messages from the same node continuously in setup phase. If I skip the duplicated sender message in the same round, my node not receive message from the other node. I’m new to this so can someone guide me how to solve this issue?