Fix dynfw-backend for Python 3.11
The current dynfw-backend
part don't work with Python 3.11, because passing coroutines to asyncio.wait()
has been deprecated in 3.8 and forbidden in 3.11. I've replaced in by creating tasks explicitly. I don't know, whether it is correct, but it works