Close stack faster

This commit is contained in:
世界 2022-07-31 19:55:51 +08:00
parent d5dd3b3bb1
commit 4a805410a2
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
2 changed files with 3 additions and 3 deletions

View file

@ -63,9 +63,6 @@ func (m *networkUpdateMonitor) Start() error {
if err != nil {
return err
}
if err != nil {
return err
}
go m.loopUpdate()
return nil
}