• Sets up a connection between two clients such that if one is closed, the other is notified of its closure.

    Parameters

    • __namedParameters: HeartbeatOptions

    Returns {
        cleanUpHeartbeat: (() => void);
    }

    • cleanUpHeartbeat: (() => void)
        • (): void
        • Returns void