Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • 3
    You are using async void. Could it be that the application dies before it finishes executing? Commented Feb 26, 2019 at 12:41
  • @Vlad, We do not have the need to validate the return, just to do the http request, the return does not matter! Commented Feb 26, 2019 at 12:52
  • Would like to see a sample project which recreates the problem so I can improve my answer. Commented Feb 26, 2019 at 12:54
  • Can you please provide a minimal reproducible example? I would like to be able to copy, paste, and run your code in a console app and see the issue you're getting. Commented Feb 28, 2019 at 0:32
  • @Enigmativity, I tried to reproduce the error in a simplified environment. However, in the minimalist environment the error does not occur. github.com/AlexandreNeuk/ConsoleApplication1.git Commented Mar 4, 2019 at 12:20