rpcmiddleware: return on error

This commit is contained in:
Oliver Gugger 2022-10-15 09:03:59 +02:00
parent fb875356c7
commit e27572683b
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -78,6 +78,8 @@ func (f *Manager) Start() error {
case <-f.quit:
case <-ctxc.Done():
}
return
}
}
}(i, errChan)