diff options
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r-- | CSharp/Ivy/IvyPPC/IvyClient.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyClient.cs b/CSharp/Ivy/IvyPPC/IvyClient.cs index 9b3c2f6..6f52ccf 100644 --- a/CSharp/Ivy/IvyPPC/IvyClient.cs +++ b/CSharp/Ivy/IvyPPC/IvyClient.cs @@ -298,10 +298,9 @@ namespace IvyBus {
if ( stream.receiveMsg() )
{
- // early stop during readLine() //TODO why PinThread Interrupt
+ // early stop during readLine()
if (doping && (pingerThread != null))
- //pingerThread.Interrupt();
- pingerThread.Abort();
+ pingerThread.Abort();
}
else
{
|