datanoise / mongo.cr

Crystal binding for MongoDB C Driver
MIT License
97 stars 35 forks source link

fix custom stream initiator #54

Closed elbywan closed 4 years ago

elbywan commented 4 years ago

Hi @datanoise, first, thanks a bunch for this great library! ❤️

Why the PR ❓

I noticed that the custom stream initiator feature is not working properly.

1) The code does not compile anymore with latest crystal. 2) Even when fixing the above probel, it leads to a segfault in the mongo driver and other c related issues.

Done ✔️

datanoise commented 4 years ago

Thanks!