Skip to content

fix(sessions): add universal deduplication check in InMemorySessionService (#5723)#5727

Open
chriskinzel wants to merge 2 commits into
google:mainfrom
chriskinzel:fix-session-deduplication
Open

fix(sessions): add universal deduplication check in InMemorySessionService (#5723)#5727
chriskinzel wants to merge 2 commits into
google:mainfrom
chriskinzel:fix-session-deduplication

Conversation

@chriskinzel
Copy link
Copy Markdown

Fixes #5723 by adding a universal deduplication check at the beginning of InMemorySessionService.append_event.

@rohityan rohityan self-assigned this May 18, 2026
@rohityan rohityan added the services [Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc label May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

services [Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

InMemorySessionService allows duplicate events to be appended during concurrent state broadcasts

2 participants