Closed dininski closed 3 years ago
I see, since 2.2.0, locust sends parsed_options to workers. I'm working on a new bugfix version of locust4j.
Does locust4j have to match the exact layout of the message? I try to be careful in removing/changing the payload in a way that would require changes in worker implementations, but I didnt know you'd have issues with new parameters.
@myzhan Just created a PR (had fixed it before I'd seen your message about working on a fix, so feel free to disregard).
@cyberw The issue was less additional data in the message, and more to do with the type of data (array) that hadn't previously been supported.
@stephen-harris Thanks for your effort, I will review your MR.
FYI, I have released locust4j 2.2.0 to address this issue.
When running with the latest version of locust (2.2.1) the following exception occurs:
From a little bit of debugging it appears that there is a
user_classes
message being passed of typeARRAY