wait 100ms on exit remote
[fanfix.git] / src / be / nikiroo / fanfix / library / RemoteLibrary.java
index ce4305aadad96bfe9446817d467234545ccfce7a..69dc377c7ef64e29e818d9c009ddfaa14d652125 100644 (file)
@@ -443,6 +443,7 @@ public class RemoteLibrary extends BasicLibrary {
                        public void action(ConnectActionClientObject action)
                                        throws Exception {
                                action.send(new Object[] { subkey, "EXIT" });
+                               Thread.sleep(100);
                        }
                });
        }