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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user