geonu01
Results
1
comments of
geonu01
I solved the problem like this. ``` @async_handler async def on_close(self): self.save_config() await asyncio.sleep(0.5) # 활성화된 모든 비동기 작업을 안전하게 종료 tasks = [task for task in asyncio.all_tasks() if task...