aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay.grudev@gmail.com>2015-05-07 16:26:06 +0100
committerItay Grudev <itay@grudev.com>2015-05-07 16:53:41 +0100
commit8a62700bb046fcbfb8fd81563edac811334cc122 (patch)
tree3fb6cd4285570b969325d41f48683102c2e1a662
parentClient disconnect is not required (diff)
downloadsingleapplication-8a62700bb046fcbfb8fd81563edac811334cc122.tar.xz
Added known bug remark
This bug is related to issue #3. I expect to push a solution soon
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5f80878..392813f 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,13 @@ The ```Show Up``` signal
------------------------
The SingleApplication class implements a ```showUp()``` signal. You can bind to that signal to raise your application's window when a new instance had been started.
+Known bugs
+----------
+The ```SingleApplication``` class works really well for the scenario
+when a
+user starts your application twice, but the implementation it uses does not garantee it will work if two processes are started simultaniously (with a millisecond delay, which is only done programatically), in which case two instances might coexist on some platforms.
+_The issue is a work in proggress and should be fixed soon._
+
License
-------
This library and it's supporting documentation are released under ```The MIT License (MIT)```.