Skip to content

[Bug] ios http stack causing cancellation exceptions #2164

@bgavrilMS

Description

@bgavrilMS

This is related to an ICM..

I think the issue might be related to dotnet/macios#9370

Our SSO extension makes background requests as a result of which the requests got cancelled.
I tried the workaround by using :
var handler = new NSUrlSessionHandler() { BypassBackgroundSessionCheck = false, // readd the hack }; var httpClient = new HttpClient (handler);

and that seemed to not cancel the request and I was able to SSO fine.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions