mirror of
https://github.com/masterking32/MasterHttpRelayVPN.git
synced 2026-05-18 06:44:35 +03:00
Finalize transport stabilization, cleanup, and debug tracing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user