コンテンツにスキップ
日本語

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.