Skip to content

Use different number of clients on windows and POSIX

8ee0088
Select commit
Loading
Failed to load commit list.
Merged

Robustify TCPServer implementation for thread safety and windows support #458

Use different number of clients on windows and POSIX
8ee0088
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 17, 2026 in 0s

76.57% (+0.11%) compared to 8e54e2f

View this Pull Request on Codecov

76.57% (+0.11%) compared to 8e54e2f

Details

Codecov Report

❌ Patch coverage is 75.26882% with 23 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.57%. Comparing base (8e54e2f) to head (8ee0088).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/comm/tcp_server.cpp 74.71% 14 Missing and 8 partials ⚠️
include/ur_client_library/comm/socket_t.h 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #458      +/-   ##
==========================================
+ Coverage   76.45%   76.57%   +0.11%     
==========================================
  Files         105      106       +1     
  Lines        5548     5609      +61     
  Branches      594      605      +11     
==========================================
+ Hits         4242     4295      +53     
- Misses       1007     1008       +1     
- Partials      299      306       +7     

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