This commit attempts to adjust the code such that the logic is more coherent across all 3 change domains. E.g. resume currently attempts to close the session through the collection regardless of the change domain. The collection may not exist if the change stream was opened against a db or cluster.
This commit attempts to adjust the code such that the logic is more coherent across all 3 change domains. E.g.
resume
currently attempts to close the session through thecollection
regardless of the change domain. The collection may not exist if the change stream was opened against a db or cluster.