commonly commit

This commit is contained in:
2018-12-18 21:03:14 +08:00
parent f27f629d53
commit 59389fdca3
2 changed files with 22 additions and 5 deletions
+3 -2
View File
@@ -3,6 +3,7 @@ using System.Text;
using System.Net.Sockets;
using System.Threading;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
namespace Interact
@@ -78,8 +79,8 @@ namespace Interact
{
return false;
}
if (!StormClient.tcpClient.Connected)
return false;
workingDictionary.Clear(); //清空临时记录
if (sendLoopThread != null)
sendLoopThread.Abort();
if (readLoopThread != null)