Function blocking_put

Source
pub fn blocking_put(
    server_url: Url,
    agent_info: &AgentInfoSigned,
) -> K2Result<()>
Expand description

Send the agent info, for the given space, to the bootstrap server.

Note the blocking_ prefix. This is a hint to the caller that if the function is used in an async context, it should be treated as a blocking operation.