globalsign / mgo

The MongoDB driver for Go
Other
1.97k stars 231 forks source link

Cleanup logic to be more coherent for all 3 change domains #325

Closed rwynn closed 5 years ago

rwynn commented 5 years ago

Fix some logic that does not work for all change domains. E.g. closing the session through the changeStream.collection only works if the change stream was opened against a collection and not a database or cluster.