We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae89317 commit e53cbc4Copy full SHA for e53cbc4
icetransport.go
@@ -221,7 +221,7 @@ func (t *ICETransport) stop(shouldGracefullyClose bool) error {
221
gatherer := t.gatherer
222
t.lock.Unlock()
223
224
- if t.mux != nil {
+ if mux != nil {
225
var closeErrs []error
226
if shouldGracefullyClose && gatherer != nil {
227
// we can't access icegatherer/icetransport.Close via
0 commit comments