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

Update TestSocket.cs

This commit is contained in:
Jan Korf 2022-05-24 22:36:55 +02:00
parent d06bd5f176
commit 6b252e8024

View File

@ -40,6 +40,8 @@ namespace CryptoExchange.Net.UnitTests.TestImplementations
public Uri Uri => new Uri(""); public Uri Uri => new Uri("");
public TimeSpan KeepAliveInterval { get; set; }
public static int lastId = 0; public static int lastId = 0;
public static object lastIdLock = new object(); public static object lastIdLock = new object();