I have an Electron app and use uiohook for hotkeys in the main process. I also have a worker thread that calls uiohook.keyToggle. After the worker completes, uiohook.on('keydown') stops receiving keyboard events. Any ideas why this is happening or how I can fix it?