-
Notifications
You must be signed in to change notification settings - Fork 3
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
Take in changes to the root repository. #6
base: master
Are you sure you want to change the base?
Conversation
Updated to crystal 0.30-1, fixed various memory leaks
fix custom stream initiator
add missing Mongo::Stream definitions and properly handle reconnection
fixes collection_command_simple call and streams in pooled mode
I'm getting into adding changes myself, so I might be able to resolve some of the conflicts as well. |
I went through the same process myself importing the upstream commits and resolved the conflicts but the test suite failed and I don't have enough free time at the moment to investigate further. |
Copy that. I appreciate the effort. I come from a different philosophy of framework as |
Pull in upstream changes, per veelenga/awesome-crystal#470.