mirror of
https://github.com/vacp2p/mvds.git
synced 2026-01-09 12:07:55 -05:00
checking error
This commit is contained in:
@@ -296,7 +296,10 @@ func (n *Node) onMessage(group state.GroupID, sender state.PeerID, msg protobuf.
|
||||
|
||||
s := state.State{}
|
||||
s.SendEpoch = n.epoch + 1
|
||||
n.syncState.Set(group, id, peer, s)
|
||||
err := n.syncState.Set(group, id, peer, s)
|
||||
if err != nil {
|
||||
log.Printf("error while setting sync state %s", err.Error())
|
||||
}
|
||||
}
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user