1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-07 16:06:15 +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))
socket.Close().Wait(); // Close so we end up reconnecting again
log.Write(LogVerbosity.Info, $"Socket {socket.Id} successfully resubscribed");
else
log.Write(LogVerbosity.Info, $"Socket {socket.Id} successfully resubscribed");
return;
});
}

View File

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