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
to avoid the client getting too throttled for some actions (rapid market clicking, hovering lots of notifications), the entire client should queue http requests and send them out every 100ms, rather than immediately upon calling the function.
this will require the following services to use this wrapper:
to avoid the client getting too throttled for some actions (rapid market clicking, hovering lots of notifications), the entire client should queue http requests and send them out every 100ms, rather than immediately upon calling the function.
this will require the following services to use this wrapper:
Somehow, they'll need to return their observable to be subscribed to, while putting them in a queue. One potential library to use is https://www.npmjs.com/package/rx-queue#delayqueue.
The text was updated successfully, but these errors were encountered: