Skip to content

Fix throttle machanism

Latest
Compare
Choose a tag to compare
@dmcquay dmcquay released this 23 Jun 20:31
· 27 commits to master since this release

When throttling was active, there was a bug causing requests to not execute and return the callback functions instead of the resulting values. This release fixes that problem and makes the throttle mechanism consistent return a Promise as well.