Michael McGuire
Results
2
issues of
Michael McGuire
**Describe the bug** Comparisons of build phases does not compare all properties for script actions. **To Reproduce** Steps to reproduce the behavior: 1. Clone the repo 2. `cd Fixtures` 3....
enhancement
Motivation: In several examples of async/await support, the call to shutdown() on the HTTPClient are made with await but do not call get() on the EventLoopFuture. Modifications: Add the .get()...