alexrainman / ModernHttpClient

ModernHttpClient
MIT License
126 stars 27 forks source link

PostAsync() returns null exception when running on Android Emulator #64

Open gonzobrains opened 4 years ago

gonzobrains commented 4 years ago

I tried using this library to replace the original deprecated ModernHttpClient in my Xamarin app hoping it would solve this problem. Both the original and this client run fine on a real Android device. Unfortunately, calls to PostAsync() while running on an emulator result in a null exception. How can I fix this?

janschoelchAtOK commented 4 years ago

Same issue here... The HttpResponseMessage object is null

alexrainman commented 3 years ago

Can you provide a demo reproducing the issue?