mirror of
https://github.com/SagerNet/sing-mux.git
synced 2025-04-04 20:37:44 +03:00
Fix missing closer
This commit is contained in:
parent
cef8cd82b8
commit
9b0d527c3b
1 changed files with 5 additions and 0 deletions
|
@ -181,3 +181,8 @@ func (c *Client) Reset() {
|
||||||
}
|
}
|
||||||
c.connections.Init()
|
c.connections.Init()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (c *Client) Close() error {
|
||||||
|
c.Reset()
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue