John Connolly
John Connolly
Currently SwiftQ does not monitor the processing queue for dead tasks. If a consumer crashes it will only be requeued on restart. SwiftQ uses per consumer processing queues consequently it...
Just a thought, it would be more inline with rx ``` swift public func map( to result: Result.Type, _ futureA: Future, _ futureB: Future, _ callback: @escaping (A, B) throws...
## Description The included XCFramework does not work with Swift package manager. When integrating as a binary target in a swift package, SPM throws the error. ``` Cannot open file...
### Description Some user may need more advanced socket options for Vapors HTTP server. There is currently no way of specifying these options. This PR solves the issue by adding...