Update nps.go

解决服务无法启动问题,issues #470
pull/471/head
wyaode 2020-03-25 09:07:41 +08:00 committed by GitHub
parent f22914c3ad
commit cf58f113c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ type nps struct {
func (p *nps) Start(s service.Service) error {
_, _ = s.Status()
_ = p.run()
go p.run()
return nil
}
func (p *nps) Stop(s service.Service) error {