Skip to content

chore: Update pion/ice fork to resolve goroutine leak #78

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

Merged
merged 13 commits into from
Jan 28, 2022
Prev Previous commit
Next Next commit
Remove unused flush func
  • Loading branch information
kylecarbs committed Jan 27, 2022
commit 44cad06fc9b09c45556371c6b2b62edee3a64d72
7 changes: 0 additions & 7 deletions peer/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,6 @@ func (c *Conn) negotiate() {
}
}

// flushPendingCandidates writes all local candidates to the candidate send channel.
// The localCandidateChannel is expected to be serviced, otherwise this could block.
func (c *Conn) flushPendingCandidates() error {

return nil
}

// LocalCandidate returns a channel that emits when a local candidate
// needs to be exchanged with a remote connection.
func (c *Conn) LocalCandidate() <-chan webrtc.ICECandidateInit {
Expand Down