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

[Server] Fix Shutdown Delay when registration is enabled no LDS is present. #2589

Merged
merged 4 commits into from
May 3, 2024

Update StandardServer.cs

11246a8
Select commit
Loading
Failed to load commit list.
Merged

[Server] Fix Shutdown Delay when registration is enabled no LDS is present. #2589

Update StandardServer.cs
11246a8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 2, 2024 in 1s

54.64% (-0.07%) compared to 884ddf3

View this Pull Request on Codecov

54.64% (-0.07%) compared to 884ddf3

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 54.64%. Comparing base (884ddf3) to head (11246a8).
Report is 8 commits behind head on master.

Files Patch % Lines
Libraries/Opc.Ua.Server/Server/StandardServer.cs 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2589      +/-   ##
==========================================
- Coverage   54.70%   54.64%   -0.07%     
==========================================
  Files         342      342              
  Lines       65041    65059      +18     
  Branches    13331    13335       +4     
==========================================
- Hits        35581    35549      -32     
- Misses      25612    25637      +25     
- Partials     3848     3873      +25     

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