mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-20 21:02:55 +00:00
updated resubscribing
This commit is contained in:
@@ -222,7 +222,7 @@ namespace CryptoExchange.Net.Sockets
|
||||
lock (socketLock)
|
||||
{
|
||||
if (socket != null)
|
||||
log.Write(LogVerbosity.Debug, $"Socket {Id} sisposing websocket");
|
||||
log.Write(LogVerbosity.Debug, $"Socket {Id} disposing websocket");
|
||||
|
||||
socket?.Dispose();
|
||||
socket = null;
|
||||
|
||||
Reference in New Issue
Block a user