-
Notifications
You must be signed in to change notification settings - Fork 13
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
Does not work with mongo version 4.4.0 #8
Comments
does not work with mongo 4.3.0 either, same problem 4.2.1 is the last known working, please fix |
FYI, I created a fork here to make it work for mongo 4.4.0: https://github.com/sbansal7/memongo But when tried to push the same things in this repo, some tests failed, so I abandoned that effort. |
@benweissmann I wrote you an email about taking ownership of the project from @tryvium-travels to maintain it. Let me know |
Hello to all contributors, after multiple documented tries to contact @benweissmann through email, linkedin and here on Github, I assumed with reasonable confidence that this project is abandoned* To solve this problem, me and @tryvium-travels team decided to fork and maintain a new version of this very project. You can check it at https://github.com/tryvium-travels/memongo @sbansal7 please coordinate with me to bring your fork into our repo, so we can maintain it together <3 |
@saniales Feel free to merge the commits in my fork to yours. These changes work for me and unit tests pass locally on my mac. I am not sure why github actions fail. |
This has been fixed in @tryvium-travels repo |
The message to indicate port number comes as:
{"t":{"$date":"2021-04-20T17:28:20.364-07:00"},"s":"I", "c":"NETWORK", "id":23016, "ctx":"listener","msg":"Waiting for connections","attr":{"port":59432,"ssl":"off"}}
This causes memongo to not detect that it is up.
The text was updated successfully, but these errors were encountered: