disconnect when the connection was closed to notify listeners
[jFCPlib.git] / src / net / pterodactylus / fcp / highlevel / HighLevelClient.java
index f1b3598..6149adf 100644 (file)
@@ -616,6 +616,7 @@ public class HighLevelClient {
                                return;
                        }
                        cancelIdentifier(null);
+                       disconnect();
                }
 
                /**