Added known bug remark

This bug is related to issue #3. I expect to push a solution soon
This commit is contained in:
Itay Grudev 2015-05-07 16:26:06 +01:00 committed by Itay Grudev
parent bae14d8d45
commit 8a62700bb0

View File

@ -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. 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 License
------- -------
This library and it's supporting documentation are released under ```The MIT License (MIT)```. This library and it's supporting documentation are released under ```The MIT License (MIT)```.