Skip to content

Commit 6466b72

Browse files
authored
Replica ignores duplicate broadcast PUSH (#597)
Signed-off-by: dorjesinpo <[email protected]>
1 parent 6bd53fe commit 6466b72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/groups/mqb/mqbblp/mqbblp_remotequeue.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ void RemoteQueue::pushMessage(
383383
<< " failed to store broadcast PUSH ["
384384
<< msgGUID << "], result = " << result;
385385
}
386+
return; // RETURN
386387
}
387388
}
388389
else {

0 commit comments

Comments
 (0)