1
0
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:
Jan Korf
2018-11-22 13:18:39 +01:00
parent 5c63941f32
commit 2478e4c7c7
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -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;