Skip to content

Commit

Permalink
Expose reconnection_token_life_time
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Sep 23, 2024
1 parent 913c238 commit f0b07df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hypha/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.20.35.post6"
"version": "0.20.35.post7"
}
1 change: 1 addition & 0 deletions hypha/websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ async def send_bytes(data):
"client_id": client_id,
"user": user_info.model_dump(),
"reconnection_token": reconnection_token,
"reconnection_token_life_time": self.store.reconnection_token_life_time,
}
await websocket.send_text(json.dumps(conn_info))
while not self._stop:
Expand Down

0 comments on commit f0b07df

Please sign in to comment.