Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-23 | Don't store a reference to a client from the player | Olivier Gayot | |
The only reason why we had a reference was that we were able to send notifications back to the client. Instead, we now store the notifications at the player level. At the client level, we now have a coroutine that waits for notifications from the player and sends them when available. Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-12-23 | Use lowercase module names | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> |