Closed mikekap closed 8 years ago
When emit throws an exception, it looks like the thread that reads from systemd just stops. There should likely be a rescue in there, or, alternatively, you could set Thread::abort_on_exception=true. That's not the best behavior though.
rescue
Thread::abort_on_exception=true
When emit throws an exception, it looks like the thread that reads from systemd just stops. There should likely be a
rescue
in there, or, alternatively, you could setThread::abort_on_exception=true
. That's not the best behavior though.