Skip to main content

handshake

Function handshake 

Source
pub async fn handshake(
    channel: Channel,
    client: &str,
    capabilities: &[&str],
) -> Result<Peer, Error>
Expand description

Perform the mandatory Hello handshake and reject incompatible schema revisions.