adamritter / nostr-relaypool-ts

A Nostr RelayPool implementation in TypeScript using only nostr-tools library as a dependency
https://www.npmjs.com/package/nostr-relaypool
MIT License
63 stars 17 forks source link

Duplicate event filtering test shouldn't pass #14

Closed adamritter closed 1 year ago

adamritter commented 1 year ago

Caching should make sure that even if duplicate event filtering is turned off, only 1 event is returned for a query that's already in the cache. There's some bug somewhere.