This commit is contained in:
pascal-fischer 2024-09-06 19:04:34 +02:00 committed by GitHub
parent a7e46bf7b1
commit fcac02a92f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -244,7 +244,7 @@ func (e *Engine) Stop() error {
err := e.removeAllPeers()
if err != nil {
return err
return fmt.Errorf("failed to remove all peers: %s", err)
}
e.clientRoutesMu.Lock()