NXP / fc

A coordinator service among different frameworks.
MIT License
5 stars 3 forks source link

Lots of runtime warning issue? #2

Open daocloud123 opened 1 year ago

daocloud123 commented 1 year ago

Hi, there,

When start the server, sometimes it will print a lot of next warning, what happened here?

  ERROR: Task was destroyed but it is pending!
task: <Task pending name='Task-8' coro=<ClientSession.on_place_changed() running at /usr/local/lib/python3.9/site-packages/labgrid/remote/client.py:124> cb=[_AsyncioApi.add_callbacks.<locals>.done() at /usr/local/lib/python3.9/site-packages/txaio/aio.py:485]>
/usr/local/lib/python3.9/asyncio/base_events.py:667: RuntimeWarning: coroutine 'ClientSession.on_place_changed' was never awaited
  self._ready.clear()
RuntimeWarning: Enable tracemalloc to get the object allocation traceback

Thanks.

atline commented 1 year ago

It should related to labgrid itself, but it looks not break anything, have you seen any impact? I will have a try on newest labgrid to see if we need any action item.