In the logs I get a lot of this error messages:
"WARNING: Reusing a connection with a different context: an HttpClient is probably shared between different Verticles"
I'm testing a web application, Logging in, make multiple actions, Log out.
What does this message mean, and how can I fix it?
Thanks for your support!
This is an internal warning which does not have any impact on a load testing. You can safely ignore it.
Nouredine was made best respondent
Nouredine answered
Günter-Albert posted a new question