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
The CallBuilder class always adds a random string to get around the cache, and it doesn't get removed by the backend when it builds the next/prev/self links. This means every time the prev/next functions are called, the URL gets longer. After polling for new trades for a while, I ended up with
The CallBuilder class always adds a random string to get around the cache, and it doesn't get removed by the backend when it builds the next/prev/self links. This means every time the prev/next functions are called, the URL gets longer. After polling for new trades for a while, I ended up with
Looks like changing this line to replace instead of add would fix the issue. https://github.com/stellar/js-stellar-sdk/blob/master/src/call_builder.js#L165
The text was updated successfully, but these errors were encountered: