Skip to content

Problem runing asynchronous request! #598

@andraschris

Description

@andraschris

Visual studio 2022 C#

i have allready test the webserver via other routes

when i call until this point of code

GenRsp.Result = false; GenRsp.ErrorMessage = "test"; return GenRsp;
var response = await client.SendAsync(request);

i am getting result such us
εικόνα
εικόνα

when the code runs only this line
var response = await client.SendAsync(request);

some problem exists and i am getting nothing

εικόνα
εικόνα

is there a problem to run an asynchronous request ?
var response = await client.SendAsync(request);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions