Skip to content

Commit

Permalink
+返回链接
Browse files Browse the repository at this point in the history
  • Loading branch information
guonaihong committed May 21, 2024
1 parent 7c0e05f commit 96abebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ import (
"time"

"github.com/antlabs/quickws"
"github.com/antlabs/wsutil/opcode"
)

type handler struct{}
Expand Down Expand Up @@ -243,6 +242,7 @@ func main() {
// 限制客户端最大服务返回返回的最大包是1024,如果超过这个大小报错
quickws.Dial("ws://127.0.0.1:12345/test", quickws.WithClientReadMaxMessage(1024))
```
[返回](#内容)
### 服务端配置参数
#### 配置服务自动回复ping消息
```go
Expand Down

0 comments on commit 96abebd

Please sign in to comment.