diff options
author | fcolin | 2007-02-01 09:47:37 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:47:37 +0000 |
commit | 7e0e7b502e772c8a7b111d55c2560cc186800fbd (patch) | |
tree | ee2206ca5a89757685143772c6782a01b7b2e95d /CSharp/Ivy | |
parent | 2e0ffe8b6d65c791dea4ecf512ffb72aa0df63b9 (diff) | |
download | ivy-csharp-7e0e7b502e772c8a7b111d55c2560cc186800fbd.zip ivy-csharp-7e0e7b502e772c8a7b111d55c2560cc186800fbd.tar.gz ivy-csharp-7e0e7b502e772c8a7b111d55c2560cc186800fbd.tar.bz2 ivy-csharp-7e0e7b502e772c8a7b111d55c2560cc186800fbd.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')
-rw-r--r-- | CSharp/Ivy/Ivy/IvyClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/Ivy/IvyClient.cs b/CSharp/Ivy/Ivy/IvyClient.cs index 9a67b3d..4960307 100644 --- a/CSharp/Ivy/Ivy/IvyClient.cs +++ b/CSharp/Ivy/Ivy/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
|