Issue #890 introduced client turnover in benchmarks.
However, this leads to message loss and NPEs on the client.
Likely the problem is that issuing a disconnect from the client may happen while a server thread is publishing a message to that client, so the message will be lost.
The text was updated successfully, but these errors were encountered:
Issue #890 introduced client turnover in benchmarks.
However, this leads to message loss and NPEs on the client.
Likely the problem is that issuing a disconnect from the client may happen while a server thread is publishing a message to that client, so the message will be lost.
The text was updated successfully, but these errors were encountered: