1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-19 20:33:03 +00:00

Fixes for libs

This commit is contained in:
Jan Korf
2019-08-06 13:30:05 +02:00
parent 780da53475
commit fc41962524
3 changed files with 29 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ namespace CryptoExchange.Net.Sockets
/// <summary>
/// Socket implementation
/// </summary>
internal class BaseSocket: IWebsocket
public class BaseSocket: IWebsocket
{
internal static int lastStreamId;
private static readonly object streamIdLock = new object();