Question: Does the (python) SDK support async hook...
# ask-questions
l
Question: Does the (python) SDK support async hooks for tracking experiments? • the python SDK docs say an async method is supported (
_async_ _def_ on_experiment_viewed(...)
) • the python source code doesn't seem to have any async behavior or types, seems to just run the method (and the README itself doesn't mention the
async def
option). Is this a docs discrepancy?
f
@freezing-postman-69602 do you know?
f
We had the support for async tracking earlier but we encountered issues with it. We'll have the docs refreshed. Thanks for flagging this.
👍 1