mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Fix endpoints not close
This commit is contained in:
parent
e65926fd08
commit
6b4cf67add
1 changed files with 1 additions and 1 deletions
2
box.go
2
box.go
|
@ -399,7 +399,7 @@ func (s *Box) Close() error {
|
|||
close(s.done)
|
||||
}
|
||||
err := common.Close(
|
||||
s.inbound, s.outbound, s.router, s.connection, s.network,
|
||||
s.inbound, s.outbound, s.endpoint, s.router, s.connection, s.network,
|
||||
)
|
||||
for _, lifecycleService := range s.services {
|
||||
err = E.Append(err, lifecycleService.Close(), func(err error) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue