Skip to content
Snippets Groups Projects
Commit 1fdaebe4 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

fixed HasRunningProcessies

parent af446a57
No related branches found
No related tags found
1 merge request!117Release
...@@ -529,7 +529,7 @@ func (c *Client) NetworkFollowerStatus() Status { ...@@ -529,7 +529,7 @@ func (c *Client) NetworkFollowerStatus() Status {
// HasRunningProcessies checks if any background threads are running // HasRunningProcessies checks if any background threads are running
// and returns true if one or more are // and returns true if one or more are
func (c *Client) HasRunningProcessies() bool { func (c *Client) HasRunningProcessies() bool {
return c.followerServices.stoppable.IsStopped() return !c.followerServices.stoppable.IsStopped()
} }
// Returns the health tracker for registration and polling // Returns the health tracker for registration and polling
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment