amibar / SmartThreadPool

A .NET Thread Pool fully implemented in C# with many features
http://www.codeproject.com/Articles/7933/Smart-Thread-Pool
Microsoft Public License
507 stars 182 forks source link

System.PlatformNotSupportedException: Thread abort is not supported on this platform. #25

Closed hohuuhau closed 2 years ago

hohuuhau commented 3 years ago

Hello, I'm using NetCore version: 3.1.302, but when i running, have error: System.PlatformNotSupportedException: Thread abort is not supported on this platform. at System.Threading.Thread.Abort() at Amib.Threading.SmartThreadPool.Shutdown(Boolean forceAbort, Int32 millisecondsTimeout) at Amib.Threading.SmartThreadPool.Shutdown()

I saw admin talk it support in versionn 3.1, but why when i use, it's can't work?

Any can help me?

amibar commented 2 years ago

Solved in version 2.3.0, added .net core support