Hi, just found your lib and started playing with it. One problem I've noticed here is that stopping a simple application via QtCreators "stop" button or pressing Ctrl+c makes the application unstartable with no obvious way to recover. It's always secondary, even though there's no process running anymore.
As the documentation states
Additionally the library can recover from being forcefully killed on *nix systems and will reset the memory block given that there are no other instances running.
, I'm wondering if there's something else needs to be done in main.cpp to make it play happily.
Using master + Qt 6.6.2.
Hi, just found your lib and started playing with it. One problem I've noticed here is that stopping a simple application via QtCreators "stop" button or pressing
Ctrl+cmakes the application unstartable with no obvious way to recover. It's always secondary, even though there's no process running anymore.As the documentation states
, I'm wondering if there's something else needs to be done in main.cpp to make it play happily.
Using master + Qt 6.6.2.