跳转到内容
简体中文

ConnectionOpenedMessage

此内容尚不支持你的语言。

ConnectionOpenedMessage = object

Defined in: src/io/broker/TcpServerActor.ts:46

A peer connected and was admitted.

readonly connectionId: TcpConnectionId

Defined in: src/io/broker/TcpServerActor.ts:48


readonly kind: "connectionOpened"

Defined in: src/io/broker/TcpServerActor.ts:47


readonly optional remoteAddress?: string

Defined in: src/io/broker/TcpServerActor.ts:50

Peer address when the runtime exposes one.