We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f373300 commit 717cc68Copy full SHA for 717cc68
1 file changed
replit_river/session.py
@@ -526,8 +526,8 @@ async def start_serve_responses(self) -> None:
526
async def close(self) -> None:
527
"""Close the session and all associated streams."""
528
logger.info(
529
- f"{self._transport_id} closing session "
530
- f"to {self._to_id}, ws: {self._ws_wrapper.id}, "
+ f"{self._transport_id} closing session to {self._to_id}, "
+ f"ws: {self._ws_wrapper.id}, "
531
f"current_state : {self._ws_wrapper.ws_state.name}"
532
)
533
async with self._state_lock:
0 commit comments