1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-18 20:02:57 +00:00

Socket reconnecting fix

This commit is contained in:
Jan Korf
2018-12-28 19:56:51 +01:00
parent 90dac4a0d6
commit acb8f6af59
4 changed files with 26 additions and 10 deletions
@@ -14,6 +14,7 @@ namespace CryptoExchange.Net.Interfaces
int Id { get; }
bool ShouldReconnect { get; set; }
bool Reconnecting { get; set; }
Func<byte[], string> DataInterpreter { get; set; }
DateTime? DisconnectTime { get; set; }
string Url { get; }