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

Fix race when closing ICE Transport #2940

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Fix race when closing ICE Transport #2940

merged 1 commit into from
Oct 28, 2024

Conversation

Sean-Der
Copy link
Member

Struct member is copied to stack already, stop just incorrectly was referencing the member.

Found in CI

Struct member is copied to stack already, `stop` just incorrectly was
referencing the member.

Found in CI
Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.70%. Comparing base (ae89317) to head (85bd5d2).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2940      +/-   ##
==========================================
+ Coverage   77.68%   77.70%   +0.02%     
==========================================
  Files          89       89              
  Lines       10462    10462              
==========================================
+ Hits         8127     8130       +3     
+ Misses       1845     1844       -1     
+ Partials      490      488       -2     
Flag Coverage Δ
go 79.27% <100.00%> (+0.03%) ⬆️
wasm 63.56% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@Sean-Der Sean-Der merged commit e53cbc4 into master Oct 28, 2024
18 checks passed
@Sean-Der Sean-Der deleted the ice-race branch October 28, 2024 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant