diff --git a/experimental/libbox/service.go b/experimental/libbox/service.go index 6c98c179..c8fef13e 100644 --- a/experimental/libbox/service.go +++ b/experimental/libbox/service.go @@ -80,6 +80,7 @@ func (s *BoxService) Sleep() { func (s *BoxService) Wake() { s.pauseManager.DeviceWake() + _ = s.instance.Router().ResetNetwork() } var _ platform.Interface = (*platformInterfaceWrapper)(nil)