NordicSemiconductor / pc-ble-driver-py

Python bindings for the ble-driver library
Other
126 stars 115 forks source link

Move back to daemon threads #87

Closed kenr closed 5 years ago

kenr commented 5 years ago

If not using daemon threads, the termination of the Python process may lock up if the user do not call close.

This may happen if the user does not handle an exception and thereby not calls close.