This repository was archived by the owner on Jan 21, 2022. It is now read-only.
Potential race condition in service initialization code #289
Open
Description
See background in issue #197 in particular this code section:
https://github.com/cloudfoundry-incubator/cf-abacus/blob/master/lib/aggregation/aggregator/src/index.js#L531
The service could potentially accept requests before the OAuth token initialization completes.