From 3ef3df98e12e01b0a19a5ec374640c44a78b75a2 Mon Sep 17 00:00:00 2001 From: yiming <1965768941@qq.com> Date: Sun, 28 Jul 2024 22:12:09 +0800 Subject: [PATCH] fix:typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5125d4f..9c6000d 100644 --- a/README.md +++ b/README.md @@ -642,8 +642,8 @@ Given a connection, you can call `connection.CollectStats()` to receive -In this example you see 5 connections consuming `task_kind1`, each wich 5 -consumers each. They have a total of 1007 packages unacked. Below the marker you see +In this example you see 5 connections consuming `task_kind1`, each with 5 +consumers. They have a total of 1007 packages unacked. Below the marker you see connections which are not consuming. One of the handler connections died because I stopped the handler. Running the cleaner would clean that up (see below).