Calling ServerConnectionContainer.Stop or ServerConnectionContainer.StopTcpListener() Throws an Exception
abdelfattahradwan opened this issue · 1 comments
abdelfattahradwan commented
Calling either ServerConnectionContainer.Stop()
or ServerConnectionContainer.StopTcpListener()
throws the following error: An unhandled exception of type 'System.Net.Sockets.SocketException' occurred in System.Private.CoreLib.dll The I/O operation has been aborted because of either a thread exit or an application request.
Using in a .NET 5 WPF application.