From: JamJar00 Date: Fri, 7 Oct 2016 16:44:07 +0000 (+0100) Subject: Added todo X-Git-Tag: 1.0.0~133 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=662682a3b8c07253d99d534ee3fcbc9f57b2707f;p=rhonda%2Fimpostor.hazel.git Added todo --- 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)