1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-08 00:16:27 +00:00

logging fix

This commit is contained in:
JKorf 2018-11-29 15:58:11 +01:00
parent a3f14fca1c
commit 4c6218c8e3
2 changed files with 2 additions and 4 deletions

View File

@ -184,9 +184,8 @@ namespace CryptoExchange.Net
if (!SocketReconnect(subscription, DateTime.UtcNow - time.Value)) if (!SocketReconnect(subscription, DateTime.UtcNow - time.Value))
socket.Close().Wait(); // Close so we end up reconnecting again socket.Close().Wait(); // Close so we end up reconnecting again
else
log.Write(LogVerbosity.Info, $"Socket {socket.Id} successfully resubscribed");
log.Write(LogVerbosity.Info, $"Socket {socket.Id} successfully resubscribed");
return; return;
}); });
} }

View File

@ -1,4 +1,3 @@
Documentation Documentation
Socket client background connection for fast query requests?
Data interpreter for string data Data interpreter for string data
Unit testing most socket stuff Unit testing most socket stuff