ChristianKuehnel / btlewrap

Bluetooth LowEnergy wrapper for different python backends.
MIT License
35 stars 19 forks source link

Release lock only once per thread #23

Closed cybe closed 4 years ago

cybe commented 4 years ago

Fixes #13 by making sure to release locks only once per thread. The changes were tested successfully over a couple of weeks in combination with mithermometer and miflora.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 116


Changes Missing Coverage Covered Lines Changed/Added Lines %
btlewrap/base.py 4 5 80.0%
<!-- Total: 4 5 80.0% -->
Totals Coverage Status
Change from base Build 114: 0.04%
Covered Lines: 860
Relevant Lines: 884

💛 - Coveralls
ChristianKuehnel commented 4 years ago

Thx!

cybe commented 4 years ago

Thanks! Would you mind releasing this as 0.0.9, so I can prepare PRs on dependent projects? No hurry though :)

By the way: pypi shows 0.0.8 as the current version. But this master branch is only at 0.0.8-dev.

ChristianKuehnel commented 4 years ago

Thx again for your contribution. New release is out.