version 0.4.6: improved handling of closed connections; fix bug in node-hostname...
[jSite.git] / src / de / todesbaum / util / freenet / fcp2 / Connection.java
index 15757d0..1eeded0 100644 (file)
@@ -231,6 +231,9 @@ public class Connection {
                        }
                        nodeSocket = null;
                }
+               synchronized (this) {
+                       notify();
+               }
                fireConnectionTerminated();
        }