We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a71e0a commit 4520564Copy full SHA for 4520564
src/replit_river/v2/session.py
@@ -135,7 +135,7 @@ def increment_and_get_heartbeat_misses() -> int:
135
def is_session_open(self) -> bool:
136
return self._state == SessionState.ACTIVE
137
138
- async def is_websocket_open(self) -> bool:
+ def is_websocket_open(self) -> bool:
139
return self._ws_connected
140
141
async def _begin_close_session_countdown(self) -> None:
0 commit comments