Skip to main content

SharedCallIdCounter

Type Alias SharedCallIdCounter 

Source
pub type SharedCallIdCounter = Arc<AtomicU64>;
Expand description

Shared call_id counter type. Sessions sharing a CallIdRouter must use the same counter to prevent call_id collisions that cause BridgeResponses to be delivered to the wrong session.

Aliased Typeยง

pub struct SharedCallIdCounter { /* private fields */ }