1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-08 16:36:15 +00:00

fixed unit test

This commit is contained in:
Jan Korf 2018-12-28 20:26:55 +01:00
parent acb8f6af59
commit 36169d08a3

View File

@ -32,6 +32,7 @@ namespace CryptoExchange.Net.UnitTests.TestImplementations
public SslProtocols SSLProtocols { get; set; }
public int ConnectCalls { get; private set; }
public bool Reconnecting { get; set; }
public static int lastId = 0;
public static object lastIdLock = new object();