ModernHttpClient icon indicating copy to clipboard operation
ModernHttpClient copied to clipboard

PostAsync() returns null exception when running on Android Emulator

Open gonzobrains opened this issue 6 years ago • 2 comments

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?

gonzobrains avatar Jan 08 '20 18:01 gonzobrains

Same issue here... The HttpResponseMessage object is null

janschoelchAtOK avatar Jun 26 '20 09:06 janschoelchAtOK

Can you provide a demo reproducing the issue?

alexrainman avatar Oct 07 '20 13:10 alexrainman