John Connolly

Results 5 issues of 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...

enhancement

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...

enhancement

## 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...

bug

### 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...