Migrate to aiogram repo? :)
The current implementation is flawed as this middleware doesn't work with fast=False polling and webhooks. Thus, I don't think it would be appropriate to add this to the aiogram GitHub repo until I, or someone else, have time to make certain adjustments to this middleware. Also, afaik, there is a better decision for catching media group out there written by someone else, although that one is a lot more complex than mine.
I use similar solution with 1 sec latency and "typing..." - works good for me.
Could you share a link to "better solution" you mentioned above?
I believe, this one is more refined in terms of its reliability.
I believe, this one is more refined in terms of its reliability.
This code is not suitable for high loads, too many redundant actions and calls