ruundii / bthidhub

Bluetooth HID hub
MIT License
309 stars 50 forks source link

Quit on SIGINT #26

Closed Dreamsorcerer closed 3 years ago

Dreamsorcerer commented 3 years ago

This makes development easier by allowing the application to be quit cleanly with Ctrl+C. Not entirely sure why this doesn't happen by default, but probably due to using the low-level asyncio loop methods.