You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I've been using this for a month and it works great most of the time. I wrapped the script in an Automator app that simply does this: $ node /Users/me/bin/elgato-key-light-automator/index.js
Sometimes (seems about 1 in 10) it's very slow to execute (1 minute plus). I just started trying to add tracing events to debug further. I imagine it's not an issue with Node and suspect it could be Bonjour.
Any ideas? Suggestions for tracing?
The text was updated successfully, but these errors were encountered:
I just switched back to the version pre-Bonjour (ead7eb0) and I see zero delays (running the script in a loop more than a dozen times). Any ideas how to make Bonjour more reliable? Should the script use Bonjour, then cache the IP, then only use Bonjour again if the cached IP isn't found?
So I've been using this for a month and it works great most of the time. I wrapped the script in an Automator app that simply does this:
$ node /Users/me/bin/elgato-key-light-automator/index.js
Sometimes (seems about 1 in 10) it's very slow to execute (1 minute plus). I just started trying to add tracing events to debug further. I imagine it's not an issue with Node and suspect it could be Bonjour.
Any ideas? Suggestions for tracing?
The text was updated successfully, but these errors were encountered: