-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.Net.Sockets.SocketException (995) -System.IO.IOException: #16679
Comments
Since this is happening with System things and affects Windows and Android, I think this is a runtime issue. Can you open an issue there? https://github.com/dotnet/runtime @jonathanpeppers not sure if you have any extra thoughts? |
Hi @mgungorchamp. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
What information do you need? I don't see any information requests. |
I think we can just directly move this to dotnet/runtime, that is where the code for |
Duplicate of dotnet/runtime#90338 |
Completion port exceptions could also be due to timeouts. Try if this helps:
|
Description
My app is having tons of these exceptions, I am not sure what I am doing wrong. I am catching them via global exception handling.
This does not crash my app but it does not feel right and does not give me confidence in my app in the long run.
Steps to Reproduce
Just start running my app to access API services via HttpClient - use c IHttpClientFactory _httpClientFactory to create it. I followed all the best practices.
Link to public reproduction project repository
https://github.com/mgungorchamp/InfoBoard/tree/SoloPage-Analytics
Version with bug
7.0.92
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android, Windows, I was not able test on other platforms
Affected platform versions
No response
Did you find any workaround?
Catching with global exception handlers
For ANDROID
FOR WINDOWS
Relevant log output
The text was updated successfully, but these errors were encountered: