Skip to content

Commit 3cbecc5

Browse files
authored
Remove explicit call to runtime.GC()
1 parent 091e42b commit 3cbecc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

connection.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ func (conn *Connection) stop() {
410410
// debug.PrintStack()
411411
close(conn.exit)
412412
conn.tcpConn.Close()
413-
runtime.GC()
414413
})
415414
}
416415

0 commit comments

Comments
 (0)