Florian Hotze
Florian Hotze
So, additional testing and a few more heap dumps have shown that the references are not hold forever, but only for some time, see https://github.com/openhab/openhab-core/pull/4162#issuecomment-2026960133. After running the reproduce script...
Unfortunately, that’s not possible. We could probably add a method that tells openHAB Core to abort the rule run, but that would result in an InterruptedException and I guess would...
Hmm okay. Probably it's the time to rethink that decision? it of course is not the best style, but if we do it in an transparent way and let the...
> I worry about whether variables passed into the rule when called from another rule would still work if the rule is auto-wrapped in a self calling function though. If...
I can confirm that I just received a new build: `Version 2.4.61 (1580410539)` via TestFlight.
Probably we could publish a new app version soon? The last update is one year old and since then there are a few nice improvements, e.g. f7 and material icons...
Thanks for the info, haven‘t known that. That‘s not nice to hear …
Hello Stefan, thanks for your answer. My name is Florian and I am using openHAB also for a few years for now (should be since 2017 or 2018). > In...
> Also there are now two npm scripts to run the tests: > > - `npm test` runs the existing Mocha tests, as before. > - `npm jest` runs the...
> Can you tell me the use case for these providers? Do we need them anymore? If yes, this should be fixed. Unfortunately, no. I've never seen them in usage....