From 662682a3b8c07253d99d534ee3fcbc9f57b2707f Mon Sep 17 00:00:00 2001 From: JamJar00 Date: Fri, 7 Oct 2016 17:44:07 +0100 Subject: [PATCH] Added todo --- Hazel/Tcp/TcpConnection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hazel/Tcp/TcpConnection.cs b/Hazel/Tcp/TcpConnection.cs index c868347..e4f8f97 100644 --- a/Hazel/Tcp/TcpConnection.cs +++ b/Hazel/Tcp/TcpConnection.cs @@ -245,7 +245,7 @@ namespace Hazel.Tcp StateObject state = (StateObject)result.AsyncState; - state.totalBytesReceived += bytesReceived; + state.totalBytesReceived += bytesReceived; //TODO threading issues on state? //Exit if receive nothing if (bytesReceived == 0) -- 2.39.5