unosquare / embedio

A tiny, cross-platform, module based web server for .NET
http://unosquare.github.io/embedio
Other
1.46k stars 176 forks source link

Problem runing asynchronous request! #598

Open andraschris opened 3 weeks ago

andraschris commented 3 weeks ago

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);