diff --git a/config/version b/config/version index 92001fc..58f8f02 100644 --- a/config/version +++ b/config/version @@ -1 +1 @@ -1.3.0-beta.2 \ No newline at end of file +1.3.0-beta.3 \ No newline at end of file diff --git a/core/box.go b/core/box.go index bee3c1c..6a366a7 100644 --- a/core/box.go +++ b/core/box.go @@ -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()