diff --git a/client.go b/client.go index 43eec7a..0ed0276 100644 --- a/client.go +++ b/client.go @@ -95,7 +95,6 @@ func runClient(c *client) { continue } - c.stopWg.Add(1) handleClientConnection(c, conn) select {