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!