mongo-dart / mongo_dart

Mongo_dart: MongoDB driver for Dart programming language
https://pub.dev/packages/mongo_dart
MIT License
446 stars 98 forks source link

Are there any plans to support Listening to changes ? like a Wach() #355

Closed Emmanuelfrimpong closed 9 months ago

Emmanuelfrimpong commented 9 months ago

MongoDB has the capability to listen to changes in a collection. Are there any plans to add this feature?

giorgiofran commented 9 months ago

It is already in place..

Emmanuelfrimpong commented 9 months ago

Thanks for your reply. I have not seen anything like that in the documentation, can you please point met to where I can find some information about that implementation? Thank you

On Thu, Jan 4, 2024 at 10:48 AM Giorgio @.***> wrote:

It is already in place..

— Reply to this email directly, view it on GitHub https://github.com/mongo-dart/mongo_dart/issues/355#issuecomment-1876887401, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFKCGTJVV4LNWEJEDTXZHYDYM2CGVAVCNFSM6AAAAABBMXLOS6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZWHA4DONBQGE . You are receiving this because you authored the thread.Message ID: @.***>

Emmanuelfrimpong commented 9 months ago

just found it