-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
v4.4.0 topology destroyed error #3837
Comments
I suspect this is related to #3790, because now the |
Also, can you provide a code sample or show how you're connecting? |
Actually, it's a bit convoluted, starting and closing connections before each unit test, I'll try to isolate the problem and report back though! The test still passes btw, so mongoose is working |
Made a repository with the problem almost isolated: https://github.com/perrin4869/mongoose_topology_error |
Thanks for the detailed repro instructions, turns out this warning was due to the fact that we had an unhandled rejection internally when model init calls |
Awesome, looking forward to 4.4.2 then, thanks!!! |
Hi, I just updated to v4.4.0, and now I see an error during my tests, although I really don't know what the cause could be:
Any clues what could be causing this? I tested v4.3.7 and the error wasn't there.
The text was updated successfully, but these errors were encountered: