From 68c110d386cc704913eb871415c78c0fac37d1b5 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:58:31 +0000 Subject: Utilisateur : Fcolin Date : 6/02/06 Heure : 17:17 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 35) --- CSharp/Ivy/IvyPPC/IvyClient.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'CSharp/Ivy/IvyPPC/IvyClient.cs') 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 { -- cgit v1.1