1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-06 15:36:30 +00:00
CryptoExchange.Net/CryptoExchange.Net.UnitTests
James Carter b13cff5a95
Fix memory leak in AsyncAutoResetEvent (#229)
* 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.
2025-02-24 08:33:26 +01:00
..
2024-11-19 11:50:55 +01:00
2024-06-23 22:39:54 +02:00
2024-11-19 11:44:30 +01:00
2024-03-22 17:50:12 +01:00