From 3cbecc51fa0953c12162c131268632e50b238369 Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 26 Aug 2024 19:43:48 +0300 Subject: [PATCH] Remove explicit call to runtime.GC() --- connection.go | 1 - 1 file changed, 1 deletion(-) diff --git a/connection.go b/connection.go index 72bfa79..f4599fd 100644 --- a/connection.go +++ b/connection.go @@ -410,7 +410,6 @@ func (conn *Connection) stop() { // debug.PrintStack() close(conn.exit) conn.tcpConn.Close() - runtime.GC() }) }