diff options
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r-- | CSharp/Ivy/IvyPPC/IvyClient.cs | 2 |
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
|