From 8a62700bb046fcbfb8fd81563edac811334cc122 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Thu, 7 May 2015 16:26:06 +0100 Subject: Added known bug remark This bug is related to issue #3. I expect to push a solution soon --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') 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)```. -- cgit v1.2.1