zookzook / elixir-mongodb-driver

MongoDB driver for Elixir
Apache License 2.0
247 stars 63 forks source link

Add notes regarding closing sessions when working with streams #252

Closed rossgeesman closed 2 months ago

rossgeesman commented 2 months ago

Our team thought the docs could be more explicit about how to handle sessions when consuming Mongo.Streams. Let me know if these updates are clear, I'm happy to make any changes or improvements if needed.

zookzook commented 2 months ago

I have also updated the Readme.md file to emphasize the handling of the Mongo.Stream struct.