nbd-wtf / go-nostr

Nostr library for Golang
MIT License
364 stars 102 forks source link

seenAlready must drop older events #112

Closed mattn closed 10 months ago

mattn commented 10 months ago

seenAlready is used to avoid duplicate events receiving at different times from multiple relays, but if left unchecked, memory will gradually be used; old events should be deleted after a certain period of time as they never arrive after EOSE is given.

sweep-ai[bot] commented 10 months ago

Apply Sweep Rules to your PR?