Skip to content
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: fix config and socketio error #2884

Merged
merged 3 commits into from
Aug 9, 2018
Merged

Conversation

thonatos
Copy link
Member

@thonatos thonatos commented Aug 8, 2018

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change
  • docs(socketio): format and add desc for uws
  • docs(config): remove test from config list

@codecov
Copy link

codecov bot commented Aug 8, 2018

Codecov Report

Merging #2884 into master will decrease coverage by 0.24%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2884      +/-   ##
==========================================
- Coverage   99.63%   99.39%   -0.25%     
==========================================
  Files          29       29              
  Lines         824      824              
==========================================
- Hits          821      819       -2     
- Misses          3        5       +2
Impacted Files Coverage Δ
app/extend/context.js 96.15% <0%> (-3.85%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d39f84c...d6e846e. Read the comment docs.

@popomore
Copy link
Member

popomore commented Aug 9, 2018

Test 为啥删了

@thonatos
Copy link
Member Author

thonatos commented Aug 9, 2018

@popomore

天猪昨天讲 test 对应的是测试环境的配置,单元测试是用 unittest 的配置。
一般外部线上测试环基本等同于正式测试,这里删了避免误导吧?(刚看了一下 begg 也没这个东东)

@@ -62,7 +62,10 @@ exports.io = {
};
```

> 已知默认 `wsEngine` 在 `Chrome` 浏览器中断开连接存在异常,建议优先使用 [uws]
> <del>已知默认 `wsEngine` 在 `Chrome` 浏览器中断开连接存在异常,建议优先使用 [uws]</del>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MD 删除是 ~~xx~~

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

macdown 不支持这个,所以用了

@@ -17,7 +17,6 @@ This framework supports loading configuration according to the environment and d
```
config
|- config.default.js
|- config.test.js
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

中文那边呢

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

在下面~

@thonatos thonatos merged commit 96ed020 into master Aug 9, 2018
@thonatos thonatos deleted the docs/fix-config-and-socketio branch August 9, 2018 12:08
popomore pushed a commit that referenced this pull request Aug 9, 2018
docs: fix config and socketio error (#2884)

* docs(config): remove test from config list
* docs(socketio): format and add desc for uws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants