Skip to content

feat: Implement Live Session Resumption#2270

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

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

Conversation

@copybara-service
Copy link
Copy Markdown

@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 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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant