async-http-client icon indicating copy to clipboard operation
async-http-client copied to clipboard

use 3 EventLoops for tests

Open weissi opened this issue 5 years ago • 1 comments

3 makes it less likely that correlated Channels share an EventLoop so it should shake out more threading bugs...

weissi avatar Mar 05 '20 19:03 weissi

Just as a heads up, the main development branch has been changed to main, following the Swift policy on this.

This PR has been re-targeted to main and should just work. However when performing rebases etc please keep this in mind -- you may want to fetch the main branch and rebase onto the main branch from now on since master is not up-to-date anymore and is going to be deleted shortly.

ktoso avatar Aug 20 '20 01:08 ktoso