pub type ClientId = u64;
Expand description
The client id from a connect token, must be unique for each client.
Note that this is not the same as the ClientIndex
, which is used by the server to identify clients.
pub type ClientId = u64;
The client id from a connect token, must be unique for each client.
Note that this is not the same as the ClientIndex
, which is used by the server to identify clients.