chmichael 12 Posted July 8, 2022 Hello, There a number of github issues without any fixes. Is this project still alive ? Thank you Share this post Link to post
Dave Nottage 562 Posted July 8, 2022 1 hour ago, chmichael said: Is this project still alive ? What do you consider "alive"? The last commit was April 27th, which isn't a real long time ago. The last issue closed was March 12th, and before that October 2021. Share this post Link to post
chmichael 12 Posted July 9, 2022 14 hours ago, Dave Nottage said: What do you consider "alive"? The last commit was April 27th, which isn't a real long time ago. The last issue closed was March 12th, and before that October 2021. There some bugs in the github issues list for months Share this post Link to post
Tommi Prami 131 Posted July 9, 2022 (edited) This library is widely used, author uses it in his own work so it is not dead. If main developer is busy at the moment, others could chip in. I think he has time to merge solid pull requests. Also if the open bug iare no something that is deal breaker for you, just dive in. Edited July 9, 2022 by Tommi Prami Share this post Link to post
Uwe Raabe 2063 Posted July 9, 2022 3 hours ago, chmichael said: There some bugs in the github issues list for months That is not a sign of a dead product. Sometimes bugs are hard to reproduce, sometimes they are hard to fix or simply not relevant enough to be tackled. Don't forget that this is a free product. The maintainer may not have the time or will to work on it as if it were a well-paid full-time job. 1 Share this post Link to post
chmichael 12 Posted July 10, 2022 Well a couple reported bugs are making the library unable. Anyway Share this post Link to post
Dave Nottage 562 Posted July 10, 2022 26 minutes ago, chmichael said: Well a couple reported bugs are making the library unable Which ones? 1 Share this post Link to post
Dave Nottage 562 Posted July 17, 2022 8 hours ago, chmichael said: eg ... Error 1400 bug I assume you mean this one? https://github.com/gabr42/OmniThreadLibrary/issues/173 Anyone know of a fix? Share this post Link to post
Hallvard Vassbotn 3 Posted May 9, 2023 May be caused by scope issues? Looks like the interface references var FTask1: IOmniTimedTask; FTask2: IOmniTimedTask; Are global variables and thus live longer than the internal window handles that Omni uses internally to post messages? Clear the interface references (and thus free the underlying objects), or do something else in the app close down to stop / wait for the threads before the app goes down? Sounds like programmer error. Share this post Link to post