Domenico Briganti
Domenico Briganti
Fix IndexOutOfBoundsException if reading less byte than buffer size
Brief description of the PR. ConfigurationPrinter not configured with log level **Related Issue** **Description of the solution adopted** Set INFO as LogLevel **Screenshots** **Any side note on the changes made**
As the log says: _2022-08-30 12:45:28,904 ERROR [com.git.myz.loc.run.Runner] (Thread-54receive-from-client) Got ack message from master, which is not supported, please report an issue to locust4j._ I use Locust 2.11.1, when the...
Using MQTT and "auto-clean-session=false" means that I want leave a session with my subscription live on the broker even when my application is down. On reconnection phase, if the session...
I would like to put the server on an Amazon EC2 machine, It's possible to set in the configuration file the public external IP Address?