Fix closing connected RevPiSlaveDev on program exit.

RevPiSlaveDev are daemon threads and we have to .join() after calling .stop()
to let the thread finish its work of disconnect and write default values to
process image.
This commit is contained in:
2020-11-21 10:51:32 +01:00
parent c393b9fb05
commit 1b7c4cddc4
4 changed files with 33 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ setup(
license="LGPLv3",
name="revpipyload",
version="0.9.2d",
version="0.9.2e",
scripts=[
"data/revpipyload",