mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-08 00:16:27 +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))
|
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;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user