Hello,
I'm currently integrating DataBento into an async Python application. I noticed that in the client.py in the Live class there is a line: _loop = asyncio.new_event_loop().
Is there a reason you guys need an independent loop with this library? Or could I inject a pre-existing loop?
Thanks!
Hello,
I'm currently integrating DataBento into an async Python application. I noticed that in the client.py in the Live class there is a line:
_loop = asyncio.new_event_loop().Is there a reason you guys need an independent loop with this library? Or could I inject a pre-existing loop?
Thanks!