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

Update README_zh.md #113

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DotNet/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ using(IHttpEasyClient httpClient = new HttpEasyClient())

完整示例在`demo/TcpServer-TestEcho-Adapter`

该系列组件是`HPSocket.Net`的`数据接收适配器`扩展组件,用户通过`自定义数据接收适配器`处理TCP通信中可能出现的`粘包`、`半包`等情况。`数据接收适配器`组件看起来这与HP-Socket的`Pack`组件有些相似,但它更加灵活,适配也非常简单方便。
该系列组件是`HPSocket.Net`的`数据接收适配器`扩展组件,用户通过`自定义数据接收适配器`处理TCP通信中可能出现的应用层所谓的`“粘包”`、`“半包”`等情况。`数据接收适配器`组件看起来这与HP-Socket的`Pack`组件有些相似,但它更加灵活,适配也非常简单方便。


+ `ITcpServer<TRequestBodyType>`/`ITcpClient<TRequestBodyType>`/`ITcpAgent<TRequestBodyType>`
Expand Down Expand Up @@ -438,4 +438,4 @@ namespace TcpServerTestEchoAdapter.DataReceiveAdapter
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request
4. 新建 Pull Request