-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: typo #1060
docs: typo #1060
Conversation
@@ -291,7 +291,7 @@ if (cluster.isMaster) { | |||
- 在 agent 上调用该方法会发送给 agent 自己 | |||
- `agent.messenger.sendRandom(action, data)`: | |||
- app 上没有该方法(现在 Egg 的实现是等同于 sentToAgent) | |||
- agent 上回随机发送消息给一个 app 进程(由 master 来控制发送给谁) | |||
- agent 上随机发送消息给一个 app 进程(由 master 来控制发送给谁) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里应该是 agent 会随机发送
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
@@ -291,7 +291,7 @@ if (cluster.isMaster) { | |||
- 在 agent 上调用该方法会发送给 agent 自己 | |||
- `agent.messenger.sendRandom(action, data)`: | |||
- app 上没有该方法(现在 Egg 的实现是等同于 sentToAgent) | |||
- agent 上回随机发送消息给一个 app 进程(由 master 来控制发送给谁) | |||
- agent 上会随机发送消息给一个 app 进程(由 master 来控制发送给谁) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
应该去掉 上
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已更新,去掉 上
语义是会好一些。
Codecov Report
@@ Coverage Diff @@
## master #1060 +/- ##
=======================================
Coverage 98.96% 98.96%
=======================================
Files 28 28
Lines 675 675
=======================================
Hits 668 668
Misses 7 7
Continue to review full report at Codecov.
|
Description of change
fix typo: