Expose writeControl
未关闭
enhancement
- 主要语言
- Go
- 星标
- 5.5k
- 派生
- 372
- PR 合并指标
- 30 天内没有已合并 PR
描述
We all had to deal with weird external websocket configs, well the one I have the pleasure to deal with this time requires me to send a PONG frame every X seconds (there's no ping) to keep the connection alive.
It would be handy to expose writeControl for this.
Perhaps for the next version?
Cheers :heart:
贡献指南
这个仓库没有索引到贡献指南
调研方向
Locate the existing writeControl implementation and the public connection API in this Go WebSocket repository. Check how control frames are tested, then expose the requested operation and add coverage showing that callers can send a PONG frame; done means the API is publicly usable for periodic PONG messages.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- go
- 领域
- api, networking
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100