mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-01 03:08:06 +08:00
Fix typo and translate
This commit is contained in:
parent
da2a46e86b
commit
3877f643b9
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user