Closed
Description
Hi,
I just checked out the current master commit 9cdd1dc
and wanted to test it with my lambda-runtime.
When building for macOS in DEBUG, I ran immediately into a fatalError:
Fatal error: leaking promise created at (file: "/Users/xxx/Library/Developer/Xcode/DerivedData/xxx-brfbdomqotikxpeqafasrajmegus/SourcePackages/checkouts/async-http-client/Sources/AsyncHTTPClient/ConnectionPool.swift", line: 373): file /Users/xxx/Library/Developer/Xcode/DerivedData/xxx-brfbdomqotikxpeqafasrajmegus/SourcePackages/checkouts/async-http-client/Sources/AsyncHTTPClient/ConnectionPool.swift, line 373
This happens on the first invocation of execute
.
I haven't found a similar issue here, so that's why I created one.