lirc_node
lirc_node copied to clipboard
Fix issue #11.
This fixing #11.
When removing a listener, the callback gets replaced by null. But when looping through the callbacks, it tries to read the property throttle of null. As far as I know, this is a bug and should be fixed.