pub async fn serve_deprecated_client(
    requests: DeprecatedClientRequestStream,
    iface: IfaceRef
) -> Result<(), Error>
Expand description

Takes in stream of deprecated client requests and handles each one.