v1.3.0-beta.3

This commit is contained in:
Alireza Ahmadi
2025-07-08 00:17:24 +02:00
parent bc05aed51f
commit f239574e41
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -491,7 +491,7 @@ func (s *Box) Close() error {
close(s.done)
}
err := sbCommon.Close(
s.endpoint, s.inbound, s.outbound, s.router, s.connection, s.dnsRouter, s.dnsTransport, s.network, s.service,
s.service, s.endpoint, s.inbound, s.outbound, s.router, s.connection, s.dnsRouter, s.dnsTransport, s.network,
)
for _, lifecycleService := range s.internalService {
err1 := lifecycleService.Close()