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

tcp/udp/dtls: cancel connection context before shutdown #319

Merged
merged 1 commit into from
Apr 13, 2022

Conversation

jkralik
Copy link
Member

@jkralik jkralik commented Apr 13, 2022

No description provided.

@codecov-commenter
Copy link

Codecov Report

Merging #319 (a041501) into master (30f28f6) will increase coverage by 0.12%.
The diff coverage is 88.88%.

@@            Coverage Diff             @@
##           master     #319      +/-   ##
==========================================
+ Coverage   68.99%   69.11%   +0.12%     
==========================================
  Files          67       67              
  Lines        5561     5560       -1     
==========================================
+ Hits         3837     3843       +6     
+ Misses       1323     1318       -5     
+ Partials      401      399       -2     
Impacted Files Coverage Δ
udp/server.go 83.17% <50.00%> (+0.07%) ⬆️
dtls/session.go 84.28% <100.00%> (+2.95%) ⬆️
tcp/session.go 70.45% <100.00%> (-0.68%) ⬇️
udp/session.go 82.14% <100.00%> (-0.62%) ⬇️
udp/client/mutexmap.go 85.71% <0.00%> (-1.79%) ⬇️
udp/client/clientconn.go 71.77% <0.00%> (+0.47%) ⬆️
tcp/clientobserve.go 67.22% <0.00%> (+0.84%) ⬆️
udp/client/container.go 93.54% <0.00%> (+0.95%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 30f28f6...a041501. Read the comment docs.

@sonarcloud
Copy link

sonarcloud bot commented Apr 13, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
22.2% 22.2% Duplication

@jkralik jkralik merged commit 299171b into master Apr 13, 2022
@jkralik jkralik deleted the jkralik/fix/shutdownSessions branch April 13, 2022 12:04
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.

None yet

3 participants