RevPiNetIO nur ._configure wenn nicht vererbt

Bugfix: prüfen auf self._myfh is not None statt hasattr
Socket in .close() beenden - nicht am Ende von .run() da als daemon=True
This commit is contained in:
2017-09-17 15:06:18 +02:00
parent f9685b6df6
commit 09b2859db0
5 changed files with 29 additions and 20 deletions

View File

@@ -16,7 +16,7 @@ setup(
license="LGPLv3",
name="revpimodio2",
version="2.1.0",
version="2.1.1",
packages=["revpimodio2"],