Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
added output on websocket thread reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
balu committed Nov 9, 2019
1 parent 618a965 commit f9256c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions deconzpy/Router.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ def _ws_thread_entry(self):
try:
wso.run_forever()
except:
print("Websocket error - reconnect ")
time.sleep(30) # don't be agressive in reconnecting

def startAndRunThread(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


__version__ = "0.9.3"
__version__ = "0.9.4"
__author__ = "balu-"
__url__ = "https://github.com/balu-/deconzpy"

Expand Down

0 comments on commit f9256c7

Please sign in to comment.