diff --git a/consumer.go b/consumer.go index 5fba12d..5b5fbcb 100644 --- a/consumer.go +++ b/consumer.go @@ -153,7 +153,10 @@ func consumer() { if opts.Test { log.Printf("OK: %s - %+v\n", prod.user, prod.logins) } - + counter <- Counterchan{ + tipo: "ins", + val: len(prod.logins), + } } } } diff --git a/main.go b/main.go index 87afe7b..871ea56 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( ) const ( - _Version = "v4.4.2" + _Version = "v4.4.3" _Producer = 0 _Consumer = 1 _Remover = 2