Fix typo and translate

This commit is contained in:
huangzhhui 2020-08-17 00:45:03 +08:00
parent da2a46e86b
commit 3877f643b9
3 changed files with 6 additions and 6 deletions

View File

@ -343,7 +343,7 @@ client->server: AUTH
== pub ==
note left of client: 发送一条消息
client -> server: PUB <topic_name>
client -> server: PUB~~~~ <topic_name>
note left of client: 发送多条消息
client -> server: MPUB
note left of client: 发送一条延时消息
@ -352,7 +352,7 @@ client -> server: DPUB
== sub ==
note left of client: client 使用 channel 订阅 topic
note right of server: SUB 成功后, client 于 RDY 0 阶段
note right of server: SUB 成功后, client 于 RDY 0 阶段
client -> server: SUB <topic_name> <channel_name>
note left of client: 使用 RDY 告诉 server 准备好消费 <count> 条消息
client -> server: RDY <count>

View File

@ -343,7 +343,7 @@ client->server: AUTH
== pub ==
note left of client: 發送一條消息
client -> server: PUB <topic_name>
client -> server: PUB~~~~ <topic_name>
note left of client: 發送多條消息
client -> server: MPUB
note left of client: 發送一條延時消息
@ -352,7 +352,7 @@ client -> server: DPUB
== sub ==
note left of client: client 使用 channel 訂閲 topic
note right of server: SUB 成功後, client 於 RDY 0 階段
note right of server: SUB 成功後, client 於 RDY 0 階段
client -> server: SUB <topic_name> <channel_name>
note left of client: 使用 RDY 告訴 server 準備好消費 <count> 條消息
client -> server: RDY <count>

View File

@ -343,7 +343,7 @@ client->server: AUTH
== pub ==
note left of client: 傳送一條訊息
client -> server: PUB <topic_name>
client -> server: PUB~~~~ <topic_name>
note left of client: 傳送多條訊息
client -> server: MPUB
note left of client: 傳送一條延時訊息
@ -352,7 +352,7 @@ client -> server: DPUB
== sub ==
note left of client: client 使用 channel 訂閱 topic
note right of server: SUB 成功後, client 於 RDY 0 階段
note right of server: SUB 成功後, client 於 RDY 0 階段
client -> server: SUB <topic_name> <channel_name>
note left of client: 使用 RDY 告訴 server 準備好消費 <count> 條訊息
client -> server: RDY <count>