pull/250/merge
Robert Brisita 2 years ago committed by GitHub
commit d2b4ff2433
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -382,7 +382,7 @@ class Device:
else: else:
while True: while True:
try: try:
async with websockets.connect(WS_URL) as websocket: async with websockets.connect(WS_URL, ping_timeout=None) as websocket:
await exec_ws_communication(websocket) await exec_ws_communication(websocket)
except: except:
logger.debug(traceback.format_exc()) logger.debug(traceback.format_exc())

Loading…
Cancel
Save