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
#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?
The text was updated successfully, but these errors were encountered:
#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:
The text was updated successfully, but these errors were encountered: