Skip to content

Commit 6eaa970

Browse files
committed
更新
1 parent 4813cd1 commit 6eaa970

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ quickws是一个高性能的websocket库
3838
* [配置服务端压缩和解压消息](#配置服务端压缩和解压消息)
3939
* [配置服务端上下文接管](#配置服务端上下文接管)
4040

41+
* [综合例子](#综合例子)
42+
4143
## 注意⚠️
4244

4345
quickws默认返回read buffer的浅引用,如果生命周期超过OnMessage的,需要clone一份再使用
@@ -379,6 +381,10 @@ func main() {
379381

380382
[返回](#内容)
381383

384+
## 综合例子
385+
386+
<https://github.com/antlabs/quickws-example>
387+
382388
## 常见问题
383389

384390
### 1.为什么quickws不标榜zero upgrade?

0 commit comments

Comments
 (0)