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 53412a2 commit bceaeebCopy full SHA for bceaeeb
peer/conn.go
@@ -503,7 +503,7 @@ func (c *Conn) CloseWithError(err error) error {
503
// closing an already closed connection isn't an issue for us.
504
_ = c.rtc.Close()
505
506
- // Waits for all DataChannels' to exit before officially labeling as closed.
+ // Waits for all DataChannels to exit before officially labeling as closed.
507
// All logging, goroutines, and async functionality is cleaned up after this.
508
c.dcClosedWaitGroup.Wait()
509
0 commit comments