Skip to content

Commit 359e4d3

Browse files
committed
let get_or_create replace ws
1 parent 1fad3f1 commit 359e4d3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/replit_river/server_transport.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,6 @@ async def _establish_handshake(
286286
)
287287
raise SessionStateMismatchException(message)
288288
elif old_session:
289-
# we have an old session but the session id is different
290-
# just delete the old session
291-
await old_session.close()
292289
old_session = None
293290

294291
if not old_session and (

0 commit comments

Comments
 (0)