Type Alias jsonrpsee_core::server::ConnectionId

source ·
pub type ConnectionId = usize;
Expand description

Connection ID, used for stateful protocol such as WebSockets. For stateless protocols such as http it’s unused, so feel free to set it some hardcoded value.