diff --git a/client.go b/client.go index 0a3b39fa..3d9ce406 100644 --- a/client.go +++ b/client.go @@ -410,6 +410,7 @@ func (cl *Client) acceptConnections(l net.Listener) { } if err != nil { log.Printf("error accepting connection: %s", err) + continue } go func() { if reject {