Aiden Price
08/20/2021, 5:57 AMasyncio.run(client.send_batch(event_data_batch))
but I get errors like RuntimeError: Event loop is closed
Any advice?Noah Holm
08/20/2021, 6:42 AMasync def foo
functions without task decorators and then inside a task I’ve done asyncio.run(foo)
and it’s worked well.Aiden Price
08/20/2021, 6:44 AMNoah Holm
08/20/2021, 6:45 AMKevin Kho
Marvin
08/20/2021, 1:46 PM