mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-12 19:39:35 +03:00
Fix issues related to android client (#4616)
* WireGuard: Fix tunnel not closed * Dialer: Apply controllers in lc.Control
This commit is contained in:
@ -325,6 +325,7 @@ func (h *Handler) Start() error {
|
||||
// Close implements common.Closable.
|
||||
func (h *Handler) Close() error {
|
||||
common.Close(h.mux)
|
||||
common.Close(h.proxy)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user