pub async fn handle_client_request(
    handle: &HandleRef,
    id: u32,
    request: TxRequest
) -> Result<(), QueueError>