Skip to content

Commit

Permalink
Fix goroutine leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Alpha2J committed Jan 15, 2025
1 parent 27db621 commit 93289aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/proxy/xtcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func NewXTCPProxy(baseProxy *BaseProxy) Proxy {
return &XTCPProxy{
BaseProxy: baseProxy,
cfg: unwrapped,
closeCh: make(chan struct{}),
}
}

Expand Down

0 comments on commit 93289aa

Please sign in to comment.