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
b2ba537 didn't actually fix the problem of the hanging lambdas. It just
masked the issue by not being applied to GET requests.
By awaiting the pending promise, also the POST invocations are finished
properly.
In addition, and unrelated, we're switching from a sliding to a fixed
window.
0 commit comments