Skip to content

Fix AwsCrt shutdown

Morten Ofstad requested to merge feature/morten.ofstad/AwsCrtApiHandle into master

Make the EventLoopGroup/DefaultHostResolver/ClientBootstrap shared between IOManagerAWSCurl instances and leak all of it if there are still open handles on shutdown in order to avoid hangs/crashes from the AwsCrt where it tries to join threads that have exited and/or create new threads after ExitProcess().

Merge request reports