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

can not generate concurrent clients in a row #60

Closed
hanxiao opened this issue Nov 27, 2018 · 0 comments · Fixed by #110
Closed

can not generate concurrent clients in a row #60

hanxiao opened this issue Nov 27, 2018 · 0 comments · Fixed by #110
Labels
bug Something isn't working

Comments

@hanxiao
Copy link
Member

hanxiao commented Nov 27, 2018

this doesn't work

[BertClient(show_server_config=True) for _ in range(num_concurrent_clients)]

whereas this works

[BertClient(show_server_config=False) for _ in range(num_concurrent_clients)]

some kind of deadlock in BertClient.get_server_config

@hanxiao hanxiao added the bug Something isn't working label Nov 27, 2018
hanxiao pushed a commit that referenced this issue Dec 8, 2018
hanxiao pushed a commit that referenced this issue Dec 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant