SvenO3 commented on PR #1705:
URL: https://github.com/apache/streampipes/pull/1705#issuecomment-1645304093

   > @SvenO3 are you able to help here out?
   > 
   > > TypeError: Passing coroutines is forbidden, use tasks explicitly.
   
   Sorry for the late reply. I think the `asyncio` library changed (see 
[here](https://docs.python.org/3/library/asyncio-task.html#waiting-primitives)):
   ```
   Changed in version 3.11: Passing coroutine objects to wait() directly is 
forbidden.
   ```
   Now `asyncio.wait` needs an `asyncio.Task` and coroutines aren't allowed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to