iohook icon indicating copy to clipboard operation
iohook copied to clipboard

(node:72347) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 keydown listeners added to [IOHook]. Use emitter.setMaxListeners() to increase limit

Open tibicle-henil opened this issue 3 years ago • 0 comments

  • iohook version :- 0.9.3
  • electron version :- 12.0.0
  1. The io-hook is throwing error when ever I am integrating it in the Electron js to track the keyboard and mouse events.

Expected Behavior

It should track the keyboard and mouse events without any hang of system.

Current Behavior

  • The system gets hanged when we try to create an event like mouse move, keyboard press, etc

Possible Solution

Steps to Reproduce (for bugs)

Context

Your Environment

  • IOHook Version: 0.9.3
  • Environment name and version (e.g. Chrome 39, node.js 5.4, electron 11.2): electron 12.0.0
  • Operating System and version (desktop or mobile): desktop
  • Optional Link to your project:

tibicle-henil avatar Nov 07 '22 12:11 tibicle-henil