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
Hi @icota, I have been wondering about using this plugin to use multiple connections/routes simultaneously. Do you think this is feasible?
An example use case would be for multi-coin wallets which would want to connect to multiple different backend servers with their own independent Tor connections.
If this isn’t currently possible I’d be happy to help contribute towards achieving that functionality.
Thanks for reading!
The text was updated successfully, but these errors were encountered:
@sneurlax I think this is necessary for more than just for your multiple backend use-case. For instance, one could, to improve Tor reliability, keep multiple routes/connections, check their health periodically and access (stateless) services only through the healthy ones.
But to get there we only need to get rid of the singleton pattern? In that case the user of the plugin has freedom to do above.
At first glance seems pretty simple. LMK if it's not :)
Hi @icota, I have been wondering about using this plugin to use multiple connections/routes simultaneously. Do you think this is feasible?
An example use case would be for multi-coin wallets which would want to connect to multiple different backend servers with their own independent Tor connections.
If this isn’t currently possible I’d be happy to help contribute towards achieving that functionality.
Thanks for reading!
The text was updated successfully, but these errors were encountered: