You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
When I try your examples , or make a simplified test ie: only create the object, I get an error
/home/a/.local/lib/python3.8/site-packages/asyncowfs/server.py:149: RuntimeWarning: coroutine 'TaskGroup.spawn' was never awaited
self.service.nursery.spawn(self._run_reconnected, val)
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
The text was updated successfully, but these errors were encountered:
Hi
When I try your examples , or make a simplified test ie: only create the object, I get an error
/home/a/.local/lib/python3.8/site-packages/asyncowfs/server.py:149: RuntimeWarning: coroutine 'TaskGroup.spawn' was never awaited
self.service.nursery.spawn(self._run_reconnected, val)
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
The text was updated successfully, but these errors were encountered: