Thomas Uehlinger
Thomas Uehlinger
I can also confirm that using the "last working" firmware build fixes the same issue for me (Meteor 65). It's worth mentioning, however, that the failsafing issues (probably) only show...
Not sure if maybe we should split this issue in two: I only see the failsafe status flag going on and off and intermittent losses (for a about half a...
Which Ruby version are you using? I believe pry-byebug is not available on 1.8.x...
You are right. In fact this was already fixed in master, but the change is not in the 1.2.4 release. Are you in a hurry to get this fixed in...
This is because Daemons.run full transfers control to daemons and does not return. For your scenario, it might be more helpful to use procs, see third example in daemons.rb: ```...
The project is in what I would call "maintance mode". The discussed issue can certainly be fixed. All we would need to do is to apply ```File.expand``` to ```dir```and ```log_dir```,...
@daveharris I have pushed a fix. Can you test? If everything works as you were hoping for I would then release a new version of the gem.
@daveharris Did you have the chance to test this change?
Unfortunately daemons doesn't have this feature at the moment. I would certainly be nice to have it, but I just don't have the time to implement something like that right...
Which Ruby gem does ```AsyncRunner``` originate from? I do not see an import in your code. I guess that AsyncRunner is created new processes for the tasks which are then...