You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A naive implementation of sending a message repeatedly until a peer has acknowledged it will probably help to make sure that each peer's view is more consistent. This would need to include some kind of timeout after which the sender would cease to retry. This should probably be a configurable option.
A naive implementation of sending a message repeatedly until a peer has acknowledged it will probably help to make sure that each peer's view is more consistent. This would need to include some kind of timeout after which the sender would cease to retry. This should probably be a configurable option.