algolia / algoliasearch-client-python

⚡️ A fully-featured and blazing-fast Python API client to interact with Algolia.
https://www.algolia.com/doc/api-client/getting-started/install/python/?language=python
MIT License
196 stars 66 forks source link

fix(blocked-replace-all-objects): do not share same client #493

Closed nunomaduro closed 4 years ago

nunomaduro commented 4 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Related Issue fixes #481
Need Doc update no

Describe your change

Just like https://github.com/algolia/algoliasearch-client-python/pull/479 ensured we have a safe and new client for the replace all objects in sync mode. This pull request ensures the same thing for the async mode.