Nabil Akhlaque
Nabil Akhlaque
FFImageLoading.Exceptions.DownloadAggregateException: One or more errors occurred. (Headers timeout)
Having same issue, anyone?
FFImageLoading.Exceptions.DownloadAggregateException: One or more errors occurred. (Headers timeout)
Here is a "solution" that works fine. ``` var handler = new HttpClientHandler(); handler.ClientCertificateOptions = ClientCertificateOption.Manual; handler.ServerCertificateCustomValidationCallback = (httpRequestMessage, cert, cetChain, policyErrors) => true; var client = new HttpClient(handler); ImageService.Instance.Initialize(new...
FFImageLoading.Exceptions.DownloadAggregateException: One or more errors occurred. (Headers timeout)
> > > > Here is a "solution" that works fine. > > Ignoring certificate validation errors is a workaround, but it's not really solving the problem, it's just bypassing...
@amirvenus would you mind sharing your code?
same here, I cant even upload my ABB-file to play store.
I have found the problem, the problem seem to be in the public void Subscribe(string topic). For some reson, hasToken is false even though there is a token availible. ```...
or I may be missing something. what method/propertie do I use to receive data?
having same issue... I have attached a small sample where I have reproduced this issue. [https://github.com/nabilakhlaque/Xamarin-forms-navigation-issue](url)