Skip to content
Snippets Groups Projects
Commit afd532b2 authored by Jonah Husson's avatar Jonah Husson
Browse files

Add debug print to drop path

parent 1836ae2c
No related branches found
No related tags found
2 merge requests!12Release,!9Add a sync map for rounds received
......@@ -341,6 +341,7 @@ func (nb *Impl) ReceiveNotificationBatch(notifBatch *pb.NotificationBatch, auth
_, loaded := nb.roundStore.LoadOrStore(rid, time.Now())
if loaded {
jww.DEBUG.Printf("Dropping duplicate notification batch for round %+v", notifBatch.RoundID)
return nil
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment