vapor / fluent-mongo-driver

MongoDB support for Fluent built on MongoKittten.
MIT License
25 stars 11 forks source link

Hop to the Fluent EventLoop in custom MongoDB requests #11

Closed Joannis closed 4 years ago

Joannis commented 4 years ago

In the previous PR, #10, not all queries were covered because the MongoKitten helper objects aren't being used on all requests. This PR adds hops the eventloop on the remainder of queries.

tanner0101 commented 4 years ago

These changes are now available in 1.0.0-rc.1.2

Joannis commented 4 years ago

What's odd is that the checks passed before I merged it, and now they don't anymore because I merged it before it checked again.