From 10b9b1a810b033695b821d451d073b51ddc2e01c Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:59:03 +0000 Subject: Utilisateur : Fcolin Date : 3/07/06 Heure : 15:39 Archivé dans $/CSharp/Ivy/Ivy Commentaire: un remove de trop ? (vss 51) --- CSharp/Ivy/IvyPPC/IvyClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CSharp/Ivy/IvyPPC/IvyClient.cs') 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 -- cgit v1.1