updateCount

fun updateCount(count: Long, seq: Long): Boolean

Deprecated

Renamed to updateSessionCount

Replace with

updateSessionCount(sessionCount, seq)

updateCount updates the session count and sequence number if the sequence is newer. Returns true if the session count was updated, false if the update was ignored.