mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-07-21 17:05:28 +00:00
* Fix memory leak in AsyncAutoResetEvent CancellationTokenRegistration MUST be disposed, as the CancellationToken passed is saved for the lifetime of the Client, and registrations build up forever.