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
The error here seems to be ServiceError(ProtocolSelectError. Can you try another test with both nodes running the same fiber node program? I don't know what happened. Maybe there are some incompatible changes unknowingly slipped into the code base.
While developing #263, I found exactly the same error ServiceError(ProtocolSelectError. The root cause of the error ServiceError(ProtocolSelectError in that case is that tentacle does not provide any guarantee in the dispatching of events from different sessions, which means the disconnection event of previous session may come after the connection event of current session, which caused the other node to think we're establishing a new connection to it. And it will report RepeatedConnection and refuse our connection. We will then report ServiceError(ProtocolSelectError. It is plausible that this is the same case. We may have tried to reconnect to the boot node too soon.
4.return peers_count is 0.
expected
peers_count !=0
log
The text was updated successfully, but these errors were encountered: