Closed aspacca closed 2 years ago
I removed the asyncio.lock() in the tautulli module in the last refactoring, but that's indeed wrong. when multiple notifications happen at very short distance the order of image art and notification content will be wrong as well without it
asyncio.lock()
I removed the
asyncio.lock()
in the tautulli module in the last refactoring, but that's indeed wrong. when multiple notifications happen at very short distance the order of image art and notification content will be wrong as well without it