WindowExpired

data class WindowExpired(val peerId: PeerId, val at: Long) : JoinerReconnectEvent

The reconnect window for peerId expired without a valid resume.

Constructors

Link copied to clipboard
constructor(peerId: PeerId, at: Long)

Properties

Link copied to clipboard
val at: Long
Link copied to clipboard