Skip to content

[REQUEST] useWebSocket能否自动支持心跳 #2352

Open
@xmsz-stu

Description

@xmsz-stu

背景

  • nodejs的ws有自动封装,web希望也有,比较方便
  • 自己封装可以,但是很麻烦
  • 基本都需要心跳功能

因为

  1. 一般服务器超过60s无交互就会中断,心跳可以很轻松的解决
  2. 在特殊情况下,比如休眠/断网,ws是不会自动中断的,心跳超时可以解决

需求

  • 支持自动心跳
  • 支持心跳不储存在lastMsg,避免重渲染
  • 支持心跳超时后自动连接

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions