Skip to content

feat: Implement Live Session Resumption - #2270

Merged
copybara-service[bot] merged 1 commit into
mainfrom
copybara/789144709
Aug 5, 2025
Merged

feat: Implement Live Session Resumption#2270
copybara-service[bot] merged 1 commit into
mainfrom
copybara/789144709

Conversation

@copybara-service

@copybara-servicecopybara-serviceBot commented Jul 31, 2025

Copy link
Copy Markdown

feat: Implement Live Session Resumption

Previous implementation doesn't pass the actual handle to server. Now we cache the handle and pass it over when reconnection happens.

To enable:
run_config = RunConfig(
session_resumption=types.SessionResumptionConfig(transparent=True)
)

@copybara-service
copybara-serviceBotforce-pushed the copybara/789144709 branch 3 times, most recently from a5a4c73 to b2a7e7cCompareAugust 5, 2025 18:44
@copybara-servicecopybara-serviceBot changed the title fix: fix Live Session Resumptionfeat: Implement Live Session ResumptionAug 5, 2025
Previous implementation doesn't pass the actual handle to server. Now we cache the handle and pass it over when reconnection happens.
To enable:
run_config = RunConfig(
session_resumption=types.SessionResumptionConfig(transparent=True)
)
PiperOrigin-RevId: 791308462
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@hangfei