XRPL-Labs / xrpl-client

Connect to the XRP Ledger using WebSockets
https://www.npmjs.com/package/xrpl-client
MIT License
12 stars 8 forks source link

Inactive (path_find) subscriptions #14

Open elmurci opened 1 year ago

elmurci commented 1 year ago

I have to say that the more I have thought about this, the less important the issue became in my mind :-) So feel free to discard this PR.

Here it is, anyway.

I stick to the path_find situation as implementing for the rest of the use cases (account subscriptions...) can have more implications.

As a client can only have one pathfinding request open at a time, any new path_find request will remove the previous one from the subscriptions array. status requests are not being added either.