The program certainly shouldn't hang so this is a bug (please report it on GitHub).
Why it doesn't work is because you're creating a second request before the first had a chance to complete. The HttpClient doesn't handle this case.
The program certainly shouldn't hang so this is a bug (please report it on GitHub).
Why it doesn't work is because you're creating a second request before the first had a chance to complete. The HttpClient doesn't handle this case.