Skip to content

fix(transport): deduplicate decrypted inner events before processing#68

Merged
ContextVM-org merged 2 commits intomasterfrom
fix/dedup-inner-before-proc
Apr 30, 2026
Merged

fix(transport): deduplicate decrypted inner events before processing#68
ContextVM-org merged 2 commits intomasterfrom
fix/dedup-inner-before-proc

Conversation

@ContextVM-org
Copy link
Copy Markdown
Contributor

Solves #66

Nostr event IDs are deterministic based on the signed event payload, including
`created_at` at one-second granularity. The previous 100ms sleep was insufficient,
causing the reconnect to replay the exact same initialize event. Waiting 1.1
seconds ensures a fresh `created_at` timestamp and a new event.
@ContextVM-org ContextVM-org merged commit 7741878 into master Apr 30, 2026
3 checks passed
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