Skip to content

Commit 78cf8c2

Browse files
committed
TODO
1 parent 55a8457 commit 78cf8c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

async_substrate_interface/async_substrate.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,9 @@ async def _start_sending(self, ws) -> Exception:
696696
to_send = None
697697
try:
698698
while True:
699+
# TODO possibly when these are pulled from the Queue, they should also go into a dict or set, with the
700+
# TODO done_callback assigned to remove them when complete. This could allow easier resending in cases
701+
# TODO such as a timeout.
699702
to_send = await self._sending.get()
700703
if self._log_raw_websockets:
701704
raw_websocket_logger.debug(f"WEBSOCKET_SEND> {to_send}")

0 commit comments

Comments
 (0)