Module citadel_sdk::prefabs::client::single_connection
source · Expand description
A kernel that only makes a single client-to-server connection
Structs§
- A kernel that connects with the given credentials. If the credentials are not yet registered, then the
Self::new_register
function may be used, which will register the account before connecting. This kernel will only allow outbound communication for the provided account.