Skip to content

Home > @esengine/ecs-framework-monorepo > IConnectionOptions

IConnectionOptions interface

连接选项

Signature:

typescript
export interface IConnectionOptions

Properties

Property

Modifiers

Type

Description

autoReconnect?

boolean

(Optional) 是否自动重连

headers?

Record<string, string>

(Optional) 自定义头信息

maxReconnectAttempts?

number

(Optional) 最大重连次数

protocolVersion?

string

(Optional) 协议版本

reconnectInterval?

number

(Optional) 重连间隔(毫秒)

timeout?

number

(Optional) 连接超时时间(毫秒)

基于 MIT 许可证发布