> rx-nostr の Forward Strategy ってリレーごとに REQ かえて一度に購読できるっけ
merge(
rxNostr.use(req1, { on: {relays: relay1} }),
rxNostr.use(req2, { on: {relays: relay2} }),
).subscribe(() => {/* ... */});
が所望のもののような気がする
Thread
Login to reply
Replies ()
No replies yet. Be the first to leave a comment!