1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-15 02:13:01 +00:00

Updated AsyncResetEvent implementation

This commit is contained in:
JKorf
2026-02-02 21:01:35 +01:00
parent 2c63a83117
commit ec44307a0c
6 changed files with 142 additions and 132 deletions
@@ -787,7 +787,6 @@ namespace CryptoExchange.Net.Sockets.Default
{
Status = SocketStatus.Disposed;
periodicEvent?.Set();
periodicEvent?.Dispose();
_socket.Dispose();
}