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
LIbp2p automatically detects when an old nodes come back online but it does take some time. This is probably due to how often the DHT table is refreshed. I would recommend to wait a little while longer.
@IronGauntlets as you said, the Node gets connected after waiting for a little longer time, so is it okay this way or should there be another way for connecting to the past peer automatically, (Eg. a flag)
Given the following scenario:
Node A
is a feeder node.Node B
is a regular P2P node.Node A
is online first.Node B
syncs successfully fromNode A
.Node A
goes offline.Node B
no longer syncs fromNode A
.Node A
goes online again.Node B
should automatically detects thatNode A
is online again, and attempts to resync from it.However, that's not the case currently as
Node B
wasn't able to detect thatNode A
is online.Not sure where the root cause is, but have some ideas for solution:
Node A
could notifyNode B
that it is online.The text was updated successfully, but these errors were encountered: