We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba0683 commit 263e5d6Copy full SHA for 263e5d6
src/murfey/client/websocket.py
@@ -87,7 +87,7 @@ def _run_websocket_event_loop(self):
87
backoff = 0
88
while True:
89
attempt_start = time.perf_counter()
90
- connection_failure = self._ws.run_forever(ping_interval=30, ping_timeout=10)
+ connection_failure = self._ws.run_forever()
91
if not connection_failure:
92
break
93
if (time.perf_counter() - attempt_start) < 5:
0 commit comments