Skip to content

Commit

Permalink
Remove explicit call to runtime.GC()
Browse files Browse the repository at this point in the history
  • Loading branch information
viciious authored Aug 26, 2024
1 parent 091e42b commit 3cbecc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ func (conn *Connection) stop() {
// debug.PrintStack()
close(conn.exit)
conn.tcpConn.Close()
runtime.GC()
})
}

Expand Down

0 comments on commit 3cbecc5

Please sign in to comment.