Skip to content

Conversation

@shiqifeng2000
Copy link
Contributor

this is a pr forked from webrtc-rs/webrtc master(0.4.0) branch, to fix a udp connection not closing issue

please refer to this issue for details

Copy link
Contributor

@melekes melekes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

let sctp_association = loop {
tokio::select! {
_ = self.notify_tx.notified() => {
// It seems like notify_tx is only notified on Stop so perhaps this check
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if this is the case, then we should definitely refactor

@codecov
Copy link

codecov bot commented Jun 20, 2022

Codecov Report

Merging #202 (66138d3) into master (2ab814a) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #202      +/-   ##
==========================================
+ Coverage   43.58%   43.60%   +0.01%     
==========================================
  Files          68       68              
  Lines        9505     9502       -3     
  Branches     2735     2739       +4     
==========================================
  Hits         4143     4143              
+ Misses       3373     3370       -3     
  Partials     1989     1989              
Impacted Files Coverage Δ
src/sctp_transport/sctp_transport_state.rs 66.66% <ø> (ø)
src/lib.rs 19.16% <0.00%> (-0.03%) ⬇️
src/error.rs 4.87% <0.00%> (+0.21%) ⬆️

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 2ab814a...66138d3. Read the comment docs.

@k0nserv k0nserv merged commit c21cc24 into webrtc-rs:master Jun 20, 2022
@shiqifeng2000 shiqifeng2000 deleted the master-bugfix-issue195 branch June 21, 2022 08:49
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.

4 participants