Skip to content

Commit 68224c7

Browse files
Thank you for your service
1 parent 3bcfefc commit 68224c7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/replit_river/server_session.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ async def _handle_messages_from_ws(self, tg: asyncio.TaskGroup) -> None:
145145
)
146146
await add_msg_to_stream(msg, stream)
147147
else:
148-
# TODO(dstewart) This looks like it opens a new call to handler
149-
# on ever ws message, instead of demuxing and
150-
# routing.
151148
_stream = await self._open_stream_and_call_handler(msg, tg)
152149
if not stream:
153150
async with self._stream_lock:

0 commit comments

Comments
 (0)