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
During the network entry procedure where we attempt to connect to a seed node is failing to connect. The expectation here is that we specify the seed node using the --seed-node CLI parameter and our node connects to said seed node. What is happening is we start the connection but the seed node times out when establishing the reverse connection.
Specifically the connection is being started so the seed node sees this connection. When handling the connection it should create a reverse connection and compose it. We are failing to start the reverse connection during ReverseConnection.start() due to timing out.