-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception when using change streams #260
Comments
same issue |
FYI, I was able to work around this problem, though I can't say for sure what exactly fixes this. Hopefully this will help others running into this.
Here's the code I use to establish the replica set and subsequently shut it down:
|
Thanks , I will try . |
If I subscribe to a change stream, using mongoose's
watch
method, I encounter the following exception.Is there a way to configure the mongo memory server to support this?
The text was updated successfully, but these errors were encountered: