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
Make sure that each node is connected to each other node. nearcore does this by implementing a ConnectionPool which actively makes sure that all connections are alive.
If a connection is faulty this should be tracked and reported in the future. So that a faulty node can potentially be kicked out of the participant set.
The text was updated successfully, but these errors were encountered:
Make sure that each node is connected to each other node. nearcore does this by implementing a
ConnectionPool
which actively makes sure that all connections are alive.If a connection is faulty this should be tracked and reported in the future. So that a faulty node can potentially be kicked out of the participant set.
The text was updated successfully, but these errors were encountered: