Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client turnover does not work reliably #893

Open
sbordet opened this issue Jan 22, 2020 · 0 comments
Open

Client turnover does not work reliably #893

sbordet opened this issue Jan 22, 2020 · 0 comments

Comments

@sbordet
Copy link
Member

sbordet commented Jan 22, 2020

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.

sbordet added a commit that referenced this issue Jan 23, 2020
Removed client turnover from 3.1.x.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet added a commit that referenced this issue Jan 23, 2020
Removed client turnover from 3.1.x.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant