Skip to content

Commit 5c9c5dc

Browse files
authored
Update Chinese Documentation for TcpSender Component with Code Examples (#805)
* fix * up
1 parent 66c5f7e commit 5c9c5dc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: tests
22

33
on:
44
push:
5+
paths-ignore:
6+
- "docs/"
57
pull_request:
8+
paths-ignore:
9+
- "docs/"
610
schedule:
711
- cron: '0 2 * * *'
812

docs/zh_CN/components/tcp-sender.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Tcp Sender
22

3-
Another TcpSender component for Hyperf.
3+
## 简介
4+
5+
`friendsofhyperf/tcp-sender` 是一个类似 `hyperf/websocket-server` 的 TCP 服务组件,可以用于向指定的 fd 发送消息。
6+
无需额外关注底层的实现,只需关注业务逻辑即可。
7+
48

59
## 安装
610

0 commit comments

Comments
 (0)