Skip to content
Snippets Groups Projects
Commit eda5f613 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

added a new long on message pickup

parent 9e4dab33
Branches
Tags
No related merge requests found
......@@ -86,6 +86,9 @@ func (m *Manager) getMessagesFromGateway(roundInfo *pb.RoundInfo,
return message.Bundle{}, nil
}
jww.INFO.Printf("Received %d messages in Round %v via Gateway: %s",
len(msgs), rid, gwHost.GetId())
//build the bundle of messages to send to the message processor
bundle := message.Bundle{
Round: rid,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment