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
I recently started working on a .NET MAUI project and encountered an exception that was constantly triggering. I then checked out the Sample for .NET MAUI and the exception was happening there too.
System.IO.IOException: 'Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request..'
The exception does not crash the application but it strange to get it all the time.
I recently started working on a .NET MAUI project and encountered an exception that was constantly triggering. I then checked out the Sample for .NET MAUI and the exception was happening there too.
The exception does not crash the application but it strange to get it all the time.
Steps to reproduce:
My question is then, is this intended behaviour of OidcClient, since the exception is handled internally?
The text was updated successfully, but these errors were encountered: