HeartBeat

data class HeartBeat(timestamp: Instant) : SignalProxyMessage

Heart beat message to keep the connection alive and measure latency

Constructors

Link copied to clipboard
fun HeartBeat(timestamp: Instant)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val timestamp: Instant

Local timestamp of the moment the message was sent