Skip to main content

NEXT_SESSION_ID

Static NEXT_SESSION_ID 

Source
static NEXT_SESSION_ID: AtomicU64
Expand description

Monotonically-increasing session id. Resets per process start; the id only needs to be unique within a single app run so the recording-status event consumer can ignore stale events from a previous session.