fClientConnection.fMyListener.fBytesIn += bytesRead;
// PACKET WITHOUT MESSAGE COLLECTOR
synchronized (fClientConnection.fReceiveDataLock)
{
fClientConnection.fLastIncomingPacket = new IncomingTCPClientConnectionPacket(fClientConnection, new DataFrame(fReadBuffer, 0, bytesRead), fClientConnection.fLastIncomingPacket);
}
}
else
{
fClientConnection.DisconnectMe();