5G-MAG / rt-5gms-application-server

5G Media Streaming - Application Server
https://www.5g-mag.com/streaming
Other
4 stars 5 forks source link

Only use keyword arguments for asyncio.create_task that are understood. #42

Closed davidjwbbc closed 1 year ago

davidjwbbc commented 1 year ago

Closes 5G-MAG/rt-5gms-application-server#41

Implements a version of option 3 from issue #41 which uses some introspection to determine if the name parameter is allowed or not and screens the keyword arguments accordingly.