m-barthelemy / vapor-queues-fluent-driver

A Fluent implementation for https://github.com/vapor/queues (Vapor4)
MIT License
32 stars 16 forks source link

Bug in Listing jobs #5

Closed thuotdwz closed 4 years ago

thuotdwz commented 4 years ago

Hi, great package! However there is a small bug in the Listing jobs from the readme with this line:

let queue = req.queue as! FluentQueue

This receives an error that FluentQueue is not available, because it is not marked public?

m-barthelemy commented 4 years ago

Thanks for reporting this! Fixed in https://github.com/m-barthelemy/vapor-queues-fluent-driver/releases/tag/0.3.5