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

Create a client pool #84

Open
picanumber opened this issue Sep 25, 2021 · 0 comments
Open

Create a client pool #84

picanumber opened this issue Sep 25, 2021 · 0 comments

Comments

@picanumber
Copy link

picanumber commented Sep 25, 2021

#83 Just opened this PR to introduce a client pool. This will allow user code to easily access the functionality from multiple threads, without extra facilities for synchronization.

My question would be:

  • Is this a desired idea?
  • The provided example gives me unexpected results. I thoroughly checked that there are no data races in my code. Is it possible to have multiple threads use different client instances to issue commands?
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