Elvis Stansvik
Elvis Stansvik
@ghtdak Is this project alive? I'd really need some kind of fix for this, since we're using qtreactor for several of our HMIs here at work, but I'm really not...
I think this is due to threads still running in reactor.threadpool. I'm seeing this issue also in qt5reactor. If I do `if reactor.threadpool is not None: reactor.threadpool.stop()`, the application exits...
I have a patch for @sunu's qt5reactor: https://github.com/sunu/qt5reactor/pull/1 The fix is simple enough, do you think you could make it in qtreactor as well?
Great. I've realized now that it's a little hard to reproduce it, and that my test app on that pull request does not always reproduce the problem. I'll see if...
I've found a better/more general fix for the problem, and a test case that clearly demonstrates the issue. Turns out that the 'shutdown' system event triggers were not running when...
@ghtdak: The fix has now been [merged](https://github.com/sunu/qt5reactor/pull/2) into `qt5reactor`.
I also recently realized that there's a lack of timeouts at WAMP level, and consider this an important feature. In my case, I'll be building a component to which you...
As I'm getting further into my current project, I'm realizing how much of a pain the lack of timeouts at app level is going to be. For instance, I'm controlling...
I guess I should be able to build this with some timers and explicitly cancelling the calls, but I'm afraid it'll become quite complex after a while. I'm building one...
Using Rust 1.76.0-nightly, running on Linux 6.2.0.