This commit is contained in:
Jacob
2024-03-20 07:38:18 -04:00
parent 2d11962c17
commit 7e430b088c

View File

@@ -65,7 +65,7 @@ func (c *Conn) Close() error {
c.closed.Store(true)
var err1, err2, err3 error
if c.datachannel != nil {
if c.dataChannel != nil {
err1 = c.dataChannel.Close()
}
if c.peerConn != nil {