Open joseph-norman opened 7 years ago
This should already work correctly. Here's an example output for me:
[info][controller 1] Created devices /dev/input/js0 (joystick) /dev/input/event19 (evdev)
[info][controller 1] Connected to Bluetooth Controller (1C:66:6D:1A:6F:A0 hidraw2)
[info][hidraw] Scanning for devices
[info][controller 1] Battery: Fully charged
^C[info][controller 1] Disconnected
[info][controller 1] Cleaning up...
Does this only occur rarely for you? Can you try if Python 3 changes anything?
I'll give Python 3 a try out - it occurs every time I close
Same here with Arch Linux and Python 3.7.3!
Hi guys,
Love the work you've done with this - works perfectly on my Ubuntu machine! Would you guys be interested in a PR that exited cleanly (i.e, without a stack trace) on a SIGINT in an active terminal? This gets a bit cumbersome when I'm running it:
Cheers!