HostLost

data class HostLost(val at: Instant) : MembershipEvent

The host's transport link was permanently lost (joiner perspective only).

Terminal state — no further events follow. Room.broadcast and Room.sendTo become silent no-ops after this event.

Driven by us.tractat.kuilt.session.partition.PartitionEvent.PeerLost for the host peer. The room does not auto-elect a new host.

Constructors

Link copied to clipboard
constructor(at: Instant)

Properties

Link copied to clipboard
val at: Instant