validate_version_compatibility

Function validate_version_compatibility 

Source
pub fn validate_version_compatibility(
    connection: &Connection,
    client_config: &ClientProtocolConfig,
) -> Result<ProtocolVersion, ProtocolVersionError>
Expand description

Validate that client and server negotiated to a compatible version This performs a full validation that both sides would agree on the same version