Toemsel / Network

C# Network Library
https://push-force.dev
GNU Lesser General Public License v3.0
355 stars 65 forks source link

CancellationToken with "ThrowIfCancelled" instead of Thread.Abort #55

Closed Toemsel closed 4 years ago

Toemsel commented 4 years ago

Instead of aborting each thread, use a cancellationToken to signal the end of the work task. (Socket may require additional investigation)

Toemsel commented 4 years ago

Implemented https://github.com/Toemsel/Network/pull/57