mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-07 16:06:15 +00:00
logging fix
This commit is contained in:
parent
a3f14fca1c
commit
4c6218c8e3
@ -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;
|
||||
});
|
||||
}
|
||||
|
@ -1,4 +1,3 @@
|
||||
Documentation
|
||||
Socket client background connection for fast query requests?
|
||||
Data interpreter for string data
|
||||
Unit testing most socket stuff
|
Loading…
x
Reference in New Issue
Block a user