Database Close method should also remove Replicator Change Listeners

The Database Close method now automatically handles stopping open replicators, closing peer-to-peer websocket listener and removing observers for live queries.

Looking into the code, it does not seem to do that. I think there would be problems stopping open replicators if there are replicator change listeners that are still added.

What code are you looking at? I’m looking at AbstractDatabase:1675 and I see code that stops running replicators. I can’t, offhand, think of a reason that the change listeners need to be removed…