Camera repositioning when entity is added from stream

I’m having an issue with the camera when adding billboard entities. I unfortunately can’t reproduce it in the sandbox because my app is bringing the messages in via a nifi feed and they are getting processed and rendered with react (made with the resium components).

Basically what I’m finding is that as messages are flowing in and onto the globe, if I try to move the camera, it will reset to the original camera position after a moment. Is there something going on under the hood that would reset the camera when an entity gets added? Or is it that the two events are happening concurrently and the camera movement event doesn’t “stick”?

I’m not sure how to debug this. If I set some breakpoints to look at say the viewer or camera objects, what would I look for?

Any other ideas on what could be happening?