You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: