-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Re-registered peer not reflected until restart #5286
Comments
Issue:It seems that after unregistering, a peer is removed from the Potential Solutions:
My Opinion: |
I think this is an expected behavior. The issue would be the difference between the first and subsequent registrations
I think p2p already tries to do this according to the world having the new peer |
I was wrong originally. Method 1 won't apply because peer registration takes only a key, not the actual address of the peer. In that case, option 2 is viable. |
After being unregistered and loosing online peers, I expect, the peer should try to connect to other peers stored in the world, and after being re-registered it should restore connections. But the actual behavior doesn't seem to be that |
When a peer is registered, unregistered, and registered again to a network, the peer has to restart for the network to update.
OS and Environment
Linux, Docker Hub
GIT commit hash
27d9f85
Minimum working example / Steps to reproduce
See description on the test branch
Actual result
See description on the test branch
Expected result
See description on the test branch
Logs
See description on the test branch
Who can help to reproduce?
@s8sato
Notes
The text was updated successfully, but these errors were encountered: