Skip to content

Commit ad83f65

Browse files
committed
TODO
1 parent 6cb12cf commit ad83f65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

async_substrate_interface/async_substrate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2324,6 +2324,7 @@ async def _make_rpc_request(
23242324
>= self.retry_timeout
23252325
and current_time - ws.last_sent >= self.retry_timeout
23262326
):
2327+
# TODO this retry logic should really live inside the Websocket
23272328
if attempt >= self.max_retries:
23282329
logger.error(
23292330
f"Timed out waiting for RPC requests {attempt} times. Exiting."

0 commit comments

Comments
 (0)