Hi thank you for useful lib. Trying to use it in my application. And got crash in
QF_WRAPPER_CONNECT(onFinished, isFinished)
I can see in debugger that watcher is null, when it funished signal emmited don't know how its possible.
It probably related to next scenario:
0. StackView, with single Item
- Somewhere in that page I'm calling QFuture slot and wrapping it with Future.onFinished
- I'm going out of that page (replacing it with another) while QFuture thread still running
- Page probably deleted with qquick GC
- After QFuture finished some strange thing happend I've got crash in qfvariantwrapper.h
Hi thank you for useful lib. Trying to use it in my application. And got crash in
QF_WRAPPER_CONNECT(onFinished, isFinished)I can see in debugger that watcher is null, when it funished signal emmited don't know how its possible.
It probably related to next scenario:
0. StackView, with single Item