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

opt: close file descriptor after OnClose() for UDP along with code improvement #624

Merged
merged 2 commits into from
Jul 3, 2024

bug: fix the potential UDP socket leaks for Windows client

3f9e09b
Select commit
Loading
Failed to load commit list.
Merged

opt: close file descriptor after OnClose() for UDP along with code improvement #624

bug: fix the potential UDP socket leaks for Windows client
3f9e09b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 3, 2024 in 0s

88.46% of diff hit (target 80.81%)

View this Pull Request on Codecov

88.46% of diff hit (target 80.81%)

Annotations

Check warning on line 266 in eventloop_unix.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eventloop_unix.go#L266

Added line #L266 was not covered by tests

Check warning on line 202 in eventloop_windows.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eventloop_windows.go#L202

Added line #L202 was not covered by tests