growthbook-python icon indicating copy to clipboard operation
growthbook-python copied to clipboard

Could we have an async version of `load_features`?

Open ruravi opened this issue 2 years ago • 0 comments

When performing load_features network requests in python, it is better to use aiohttp library to make requests that won't block the main event loop on server code.

ruravi avatar Jul 04 '23 21:07 ruravi