Skip to content

Commit

Permalink
Replica ignores duplicate broadcast PUSH (#597)
Browse files Browse the repository at this point in the history
Signed-off-by: dorjesinpo <[email protected]>
  • Loading branch information
dorjesinpo authored Feb 5, 2025
1 parent 6bd53fe commit 6466b72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/groups/mqb/mqbblp/mqbblp_remotequeue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ void RemoteQueue::pushMessage(
<< " failed to store broadcast PUSH ["
<< msgGUID << "], result = " << result;
}
return; // RETURN
}
}
else {
Expand Down

0 comments on commit 6466b72

Please sign in to comment.