Hi, We have a pretty neat data layer implementation but are running into
issues where the data layer is being cleared/replaced too quickly in
Launch's asynchronous environment (due to events firing too quickly
after another). We are wanting to implement some sort of "wait for
track" logic into our data layer queue so that it isn't cleared/replaced
until the previous beacon has fired. We would love to have this work
based on promises rather than a static time delay, and I'm pretty sure
that "AA -...