You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET9: Fixes WebAssembly or browser scenarios by conditionally setting the ConnectionLimit (#5049)
# Pull Request Template
## Description
Don't use ServicePoint at all on Browser.
in net9.0 all of [ServicePoint throws
PlatformNotSupported](dotnet/runtime#113174)
so don't attempt to use it there.
## Type of change
Please delete options that are not relevant.
- [] Bug fix (non-breaking change which fixes an issue)
- [] New feature (non-breaking change which adds functionality)
- [] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [] This change requires a documentation update
## Closing issues
closes: #5029
---------
Co-authored-by: Miha Zupan <[email protected]>
Co-authored-by: Kiran Kumar Kolli <[email protected]>
0 commit comments