Skip to content

fix: unable to establish connection to seed node #489

Description

@tegefaulkes

Specification

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.

Additional context

Related MatrixAI/Polykey-CLI#71
Related #487

Tasks

  1. Investigate the cause of the failure.
  2. Fix the bug.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions