Skip to content

feat: Implement Live Session Resumption #2270

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 5, 2025
Merged

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Jul 31, 2025

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-service bot added the google-contributor [Bot] This PR is created by Google label Jul 31, 2025
@copybara-service copybara-service bot force-pushed the copybara/789144709 branch 3 times, most recently from a5a4c73 to b2a7e7c Compare August 5, 2025 18:44
@copybara-service copybara-service bot changed the title fix: fix Live Session Resumption feat: Implement Live Session Resumption Aug 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
@copybara-service copybara-service bot merged commit 71fbc92 into main Aug 5, 2025
@copybara-service copybara-service bot deleted the copybara/789144709 branch August 5, 2025 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
google-contributor [Bot] This PR is created by Google
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant