summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyPPC/IvyClient.cs
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:59:03 +0000
committerfcolin2007-02-01 09:59:03 +0000
commit10b9b1a810b033695b821d451d073b51ddc2e01c (patch)
treef1dbaaa0a00111567d3c00e3d249f57898d499b2 /CSharp/Ivy/IvyPPC/IvyClient.cs
parentddab2b1511c7701672c139833821fbc5d9fce482 (diff)
downloadivy-csharp-10b9b1a810b033695b821d451d073b51ddc2e01c.zip
ivy-csharp-10b9b1a810b033695b821d451d073b51ddc2e01c.tar.gz
ivy-csharp-10b9b1a810b033695b821d451d073b51ddc2e01c.tar.bz2
ivy-csharp-10b9b1a810b033695b821d451d073b51ddc2e01c.tar.xz
Utilisateur : Fcolin Date : 3/07/06 Heure : 15:39 Archivé dans $/CSharp/Ivy/Ivy Commentaire: un remove de trop ? (vss 51)
Diffstat (limited to 'CSharp/Ivy/IvyPPC/IvyClient.cs')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyClient.cs b/CSharp/Ivy/IvyPPC/IvyClient.cs
index 9a67b3d..4960307 100644
--- a/CSharp/Ivy/IvyPPC/IvyClient.cs
+++ b/CSharp/Ivy/IvyPPC/IvyClient.cs
@@ -411,7 +411,7 @@ namespace IvyBus
// the peer quits
traceDebug("received bye Message from " + appName + "Raison: "+ arg);
// first, I'm not a first class IvyClient any more
- bus.removeClient(this);
+ //bus.removeClient(this); // this is done in the receive thread terminaison!!
// invokes the disconnect applicationListeners
//bus.FireClientDisconnected(this); done in Running Thread
close(false); // will fire disconnected