You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an option to set a timeout for how long rx-nostr will keep a relay connection open after its no longer needed?
I've started using rx-nostr in my client to fetch events and users profiles. this usually involves connecting to random one-off relays and I would like it to not imminently close the connection after it gets an EOSE because usually there is another REQ I need to make to the same relay a few seconds later
This would also be good to have for any relays I've authenticated to. since the client has gone through the trouble of authenticating it doesn't make sense to close the connection for a while
I've set the connectionStrategy to lazy-keep but this only seems to effect default relays
The text was updated successfully, but these errors were encountered:
Is there an option to set a timeout for how long rx-nostr will keep a relay connection open after its no longer needed?
I've started using rx-nostr in my client to fetch events and users profiles. this usually involves connecting to random one-off relays and I would like it to not imminently close the connection after it gets an EOSE because usually there is another REQ I need to make to the same relay a few seconds later
This would also be good to have for any relays I've authenticated to. since the client has gone through the trouble of authenticating it doesn't make sense to close the connection for a while
I've set the
connectionStrategy
tolazy-keep
but this only seems to effect default relaysThe text was updated successfully, but these errors were encountered: