From f2beb9f150c7b8cc89c09df7bf7de5a5bd241bce Mon Sep 17 00:00:00 2001 From: Jan Korf Date: Thu, 28 Feb 2019 09:21:53 +0100 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 2 +- CryptoExchange.Net/SocketClient.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 3dd5ce2..6da4e07 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -7,7 +7,7 @@ CryptoExchange.Net JKorf - 2.0.10 + 2.0.11 false https://github.com/JKorf/CryptoExchange.Net https://github.com/JKorf/CryptoExchange.Net/blob/master/LICENSE diff --git a/CryptoExchange.Net/SocketClient.cs b/CryptoExchange.Net/SocketClient.cs index f2bb669..49cf8c1 100644 --- a/CryptoExchange.Net/SocketClient.cs +++ b/CryptoExchange.Net/SocketClient.cs @@ -199,7 +199,7 @@ namespace CryptoExchange.Net if (!SocketReconnect(subscription, DateTime.UtcNow - time.Value)) { - log.Write(LogVerbosity.Info, $"Socket {socket.Id} failed to resubscribe resubscribed"); + log.Write(LogVerbosity.Info, $"Socket {socket.Id} failed to resubscribe"); socket.Close().Wait(); } else