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

Process events from all running subscriptions #24

Open adamritter opened 1 year ago

adamritter commented 1 year ago

It shouldn't matter from which subscription batch an event is coming from, as it's verified, all events from all subscriptions (and added to cache) should be processed as we already have an event demultiplexer anyways.

This feature also makes it possible to not resend filters if there's a filter already running.