Closed dnsl48 closed 5 years ago
Fixing a bug that makes it only wait for pending requests, but not for some time after the last response. $await used to be in microseconds, but timestamps in (microseconds * 10), so that $lastRequestAwait was always false.
$await
$lastRequestAwait
false
Fixing a bug that makes it only wait for pending requests, but not for some time after the last response.
$await
used to be in microseconds, but timestamps in (microseconds * 10), so that$lastRequestAwait
was alwaysfalse
.