myzhan / locust4j

Locust4j is a load generator for locust, written in Java.
MIT License
81 stars 30 forks source link

Send -1 as version when sending client_ready message after test has stopped #32

Closed stephen-harris closed 3 years ago

stephen-harris commented 3 years ago

This fixes a bug where after stopping the test the workers disappear.

Locust version: 2.0.0b3 Locust4j version: master

Steps to reproduce

The "-1" version is included in the client_ready message sent when the worker first starts, but was missing when this message was sent after a test has been stopped.

myzhan commented 3 years ago

Thanks!