mirror of
https://github.com/fatedier/frp.git
synced 2025-04-23 08:31:25 +00:00
Fix goroutine leaks
This commit is contained in:
parent
27db6217ec
commit
93289aab03
@ -43,6 +43,7 @@ func NewXTCPProxy(baseProxy *BaseProxy) Proxy {
|
||||
return &XTCPProxy{
|
||||
BaseProxy: baseProxy,
|
||||
cfg: unwrapped,
|
||||
closeCh: make(chan struct{}),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user