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

stopped the close of the error channel

parent 6b4e5ac4
No related branches found
No related tags found
No related merge requests found
...@@ -441,7 +441,6 @@ func (c *Client) StopNetworkFollower(timeout time.Duration) error { ...@@ -441,7 +441,6 @@ func (c *Client) StopNetworkFollower(timeout time.Duration) error {
if err != nil { if err != nil {
return errors.WithMessage(err, "Failed to Stop the Network Follower") return errors.WithMessage(err, "Failed to Stop the Network Follower")
} }
close(c.clientErrorChannel)
err = c.runner.Close(timeout) err = c.runner.Close(timeout)
if err != nil { if err != nil {
return errors.WithMessage(err, "Failed to Stop the Network Follower") return errors.WithMessage(err, "Failed to Stop the Network Follower")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment