Skip to content
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

fix(@libp2p/tcp): race condition in onSocket #2763

Merged
merged 5 commits into from
Oct 23, 2024

Merge branch 'main' into socket-race

c8e19cb
Select commit
Loading
Failed to load commit list.
Merged

fix(@libp2p/tcp): race condition in onSocket #2763

Merge branch 'main' into socket-race
c8e19cb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 23, 2024 in 0s

96.02% of diff hit (target 91.16%)

View this Pull Request on Codecov

96.02% of diff hit (target 91.16%)

Annotations

Check warning on line 127 in packages/transport-tcp/src/listener.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-tcp/src/listener.ts#L127

Added line #L127 was not covered by tests

Check warning on line 73 in packages/transport-tcp/test/connection-limits.spec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-tcp/test/connection-limits.spec.ts#L73

Added line #L73 was not covered by tests

Check warning on line 412 in packages/transport-tcp/test/listen-dial.spec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-tcp/test/listen-dial.spec.ts#L411-L412

Added lines #L411 - L412 were not covered by tests

Check warning on line 455 in packages/transport-tcp/test/listen-dial.spec.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-tcp/test/listen-dial.spec.ts#L454-L455

Added lines #L454 - L455 were not covered by tests