pub async fn serve_deprecated_client( requests: DeprecatedClientRequestStream, iface: IfaceRef, ) -> Result<(), Error>
Takes in stream of deprecated client requests and handles each one.