Skip to content

Commit 170c31d

Browse files
Pretty sure this is handled now
1 parent 90252dd commit 170c31d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/replit_river/v2/session.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,8 +720,6 @@ async def send_upload[I, R, A](
720720
span=span,
721721
)
722722

723-
# Handle potential errors during communication
724-
# TODO: throw a error when the transport is hard closed
725723
try:
726724
result = await output.get()
727725
except ChannelClosed as e:

0 commit comments

Comments
 (0)