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. guys . I want to watch the transactions related to accounts. I use the com.ripple.client.Client class to do that . and use client.subscriptions.addAccount(accountID) to subscribe the my account. if subscribe 1000 accounts it works fine. but if subscribe 50000 account. i can not receive the transaction from onValidatedTransaction callback . is there a limit size? is there any way i can config on the rippled side?
The text was updated successfully, but these errors were encountered:
Just subscribe to the "transactions" stream.
Also, FYI, I no longer work at ripple, but I did some more development on this lib recently, fixing a few bugs, and updating the protocol definitions.
hi. guys . I want to watch the transactions related to accounts. I use the com.ripple.client.Client class to do that . and use client.subscriptions.addAccount(accountID) to subscribe the my account. if subscribe 1000 accounts it works fine. but if subscribe 50000 account. i can not receive the transaction from onValidatedTransaction callback . is there a limit size? is there any way i can config on the rippled side?
The text was updated successfully, but these errors were encountered: