How many connections are typical on Atlas in relationship to Realm

We are in development mode, and it’s really just a few devices + compass connecting to Atlas, yet we persistently see 40-80+ connections at a time. We do our best to shut down our app when we are testing (and I believe that disconnects from Realm properly as it gets properly reflected in the logs), but we are still wondering what is happening on the back end.

Is there any documentation that we can look at to help understand what’s going on, and as importantly, is there a way we can clean up / maintain the number of connections?

2 Likes

I’ve this exact same question while developing my app using Realm Sync. I’d love to see someone from Realm team throw some light on how Atlas counts connections for Realm Sync.