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

Add TCP Echo Server example #96

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Add TCP Echo Server example #96

merged 1 commit into from
Dec 16, 2024

Conversation

Finomnis
Copy link
Owner

@Finomnis Finomnis commented Dec 16, 2024

Fixes #95.

@Finomnis Finomnis force-pushed the tcp_echo_server_example branch from bcd1477 to 9f48b84 Compare December 16, 2024 09:11
@Finomnis Finomnis force-pushed the tcp_echo_server_example branch from 9f48b84 to 69cf765 Compare December 16, 2024 09:14
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.30%. Comparing base (af42b44) to head (69cf765).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #96      +/-   ##
==========================================
- Coverage   97.45%   97.30%   -0.15%     
==========================================
  Files          15       15              
  Lines         669      669              
  Branches      669      669              
==========================================
- Hits          652      651       -1     
  Misses          3        3              
- Partials       14       15       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Finomnis Finomnis merged commit 11c85eb into main Dec 16, 2024
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Example Request - network threads - listeners and connection handlers
1 participant