mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-23 06:13:09 +00:00
fixed unit test
This commit is contained in:
@@ -32,6 +32,7 @@ namespace CryptoExchange.Net.UnitTests.TestImplementations
|
|||||||
public SslProtocols SSLProtocols { get; set; }
|
public SslProtocols SSLProtocols { get; set; }
|
||||||
|
|
||||||
public int ConnectCalls { get; private set; }
|
public int ConnectCalls { get; private set; }
|
||||||
|
public bool Reconnecting { get; set; }
|
||||||
|
|
||||||
public static int lastId = 0;
|
public static int lastId = 0;
|
||||||
public static object lastIdLock = new object();
|
public static object lastIdLock = new object();
|
||||||
|
|||||||
Reference in New Issue
Block a user