Skip to content

Commit 9b1b112

Browse files
committed
Update readme.
1 parent 1cadd3a commit 9b1b112

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ public void ShowTime2(DateTime datetime)
247247
}
248248

249249
```
250-
`ShowTime1` and `ShowTime2` will be called one after another because all received messages are processed linear.
251-
You can change that behaviour to set `UseDispatchingPerGroup` true.
250+
`ShowTime1` and `ShowTime2` will be called at the same time.
252251

253252
BTW, You can specify the default group name in the configuration:
254253

README.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public void ShowTime2(DateTime datetime)
248248

249249
```
250250

251-
`ShowTime1``ShowTime2` 处于不同的组,他们在默认情况下被线性的接连调用,你可以通过设置`UseDispatchingPerGroup`为true来使两者互不影响的同时调用
251+
`ShowTime1``ShowTime2` 将被同时调用
252252

253253
PS,你可以通过下面的方式来指定默认的消费者组名称:
254254

0 commit comments

Comments
 (0)