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
Hello bithavoc, thanks for the nice pkg, was exactly what I was looking for.
But trying to run this on linux for some days now:
var desktopIdle = require('desktop-idle')
setInterval(function() {
console.log(desktopIdle.getIdleTime())
}, 1000)
Keeps (after some seconds, failing into this):
┏ Electron -------------------
1
┗ ----------------------------
┏ Electron -------------------
Maximum number of clients reached
┗ ----------------------------
....
Keeps repeating "1", fills ram and crash PC... HAVOC ! ! heh.
Tried running it from node and from window, same behavior.
Any help much appreciated, thank you!
The text was updated successfully, but these errors were encountered:
Hello bithavoc, thanks for the nice pkg, was exactly what I was looking for.
But trying to run this on linux for some days now:
Keeps (after some seconds, failing into this):
Keeps repeating "1", fills ram and crash PC... HAVOC ! ! heh.
Tried running it from node and from window, same behavior.
Any help much appreciated, thank you!
The text was updated successfully, but these errors were encountered: