콘텐츠로 이동
한국어

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.