Finalize transport stabilization, cleanup, and debug tracing

This commit is contained in:
Amin.MasterkinG
2026-04-20 20:21:48 +03:30
parent 025923fe89
commit c4776c88e1
4 changed files with 63 additions and 3 deletions
+1
View File
@@ -62,6 +62,7 @@ func (c *Client) Run(ctx context.Context) error {
c.log.Infof("<yellow>shutdown requested, closing listener and active sessions</yellow>")
_ = ln.Close()
c.closeAllConns()
c.socksConnections.CloseAll()
}()
var wg sync.WaitGroup