We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If an SslContextFactory.Client is passed to LoadGenerator, it is only started when the first HttpClient is started.
SslContextFactory.Client
LoadGenerator
HttpClient
As a shared component, it should be started by LoadGenerator, similarly to the Executor and Scheduler.
Executor
Scheduler
The text was updated successfully, but these errors were encountered:
Fixes #90 - Start SslContextFactory.Client eagerly.
3f7dee2
Signed-off-by: Simone Bordet <[email protected]>
647ac86
No branches or pull requests
If an
SslContextFactory.Client
is passed toLoadGenerator
, it is only started when the firstHttpClient
is started.As a shared component, it should be started by
LoadGenerator
, similarly to theExecutor
andScheduler
.The text was updated successfully, but these errors were encountered: