PrinterView
PrinterView copied to clipboard
Endless loop
Inside the index.js is an endless loop, causing the printer status to permanently get updates instead of every "refreshRate" seconds:
in initialInfo you call updateStatus: https://github.com/quillford/PrinterView/blob/master/index.js#L47 in updateStatus you call initialInfo: https://github.com/quillford/PrinterView/blob/master/index.js#L60
I'm aware of it. I don't intend on further developing it as I don't use it enough.
Ahh okay :-/ thats odd. Do you use something else now?