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:
while True:
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)
except:
logger.debug(traceback.format_exc())

Loading…
Cancel
Save