summaryrefslogtreecommitdiff
path: root/CSharp
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:47:05 +0000
committerfcolin2007-02-01 09:47:05 +0000
commit1c09021eabb5f7eefb57a51708340e629640e88d (patch)
tree74888c9b003971abf1dcd7486fdbb259ac56bf9f /CSharp
parent656acde164183471faf6794a830d199bff490349 (diff)
downloadivy-csharp-1c09021eabb5f7eefb57a51708340e629640e88d.zip
ivy-csharp-1c09021eabb5f7eefb57a51708340e629640e88d.tar.gz
ivy-csharp-1c09021eabb5f7eefb57a51708340e629640e88d.tar.bz2
ivy-csharp-1c09021eabb5f7eefb57a51708340e629640e88d.tar.xz
Utilisateur : Fcolin Date : 6/02/06 Heure : 17:17 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 35)
Diffstat (limited to 'CSharp')
-rw-r--r--CSharp/Ivy/Ivy/IvyClient.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/CSharp/Ivy/Ivy/IvyClient.cs b/CSharp/Ivy/Ivy/IvyClient.cs
index 9b3c2f6..6f52ccf 100644
--- a/CSharp/Ivy/Ivy/IvyClient.cs
+++ b/CSharp/Ivy/Ivy/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
{