//! ActionCable heartbeat pings. Apps drive a periodic timer (e.g. a tokio
//! interval) and send [`ping_now`] frames to keep connections alive.
use crateServerFrame;
use ;
/// A heartbeat ping frame carrying `epoch_secs`.
/// A heartbeat ping for the current unix time.