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
Describe the bug
Node keep reporting that keep connecting to itself and report warning that it received info about itself.
May 02 11:38:10.788 WARN network: Received info about itself. Disconnecting this peer.
May 02 11:38:10.849 WARN network: Received info about itself. Disconnecting this peer.
May 02 11:38:11.092 WARN network: Received info about itself. Disconnecting this peer.
May 02 11:38:12.644 WARN network: Received info about itself. Disconnecting this peer.
Expected behavior
At most this happens once, ideally doesn't happen at all, because we shouldn't be sending our peer info to ourselves and should determine that peerId is ours and not include it into peer table.
The text was updated successfully, but these errors were encountered:
Describe the bug
Node keep reporting that keep connecting to itself and report warning that it received info about itself.
Expected behavior
At most this happens once, ideally doesn't happen at all, because we shouldn't be sending our peer info to ourselves and should determine that peerId is ours and not include it into peer table.
The text was updated successfully, but these errors were encountered: