Mattia Danese
Results
1
comments of
Mattia Danese
I got the same error in an `async with asyncio.TaskGroup() as tg:` block. I solved this error by defining `GraphServiceClient` in the function that I give to `tg.create_task()`. ``` tasks...