v1.0.0-rc.10
Replaced async fuzzer's mpsc with mpmc. This dramatically sped up processing time, since the pre-send loop could pretty easily overwhelm the post-send loop. As a result, overall scan time was dramatically reduced as well since we could get into situations where all requests/responses were complete but the single consumer was still processing responses
What's Changed
Full Changelog: v1.0.0-rc.8...v1.0.0-rc.10