Closed Bloodiko closed 1 year ago
I'll close this, and reopen later.
Current issue with this:
even though its async handler, the "return" of the page blocks until async is resolved. Thus, having tons of async calls in the handler, with db calls and other stuff, delays page return for a substantial amountof time, keeping the connection open.
(Or there is a different issue, and the Telegram Bot initialization on application start delays the return. Need to investigate that.)
Adds a sidebar with information in which months Recordings have been saved in the Database. Adds Temporary Caching Invalidades Cache when new Audio File is Recieved in Bot
Unfinished TODO!, resolve TODO before Merging!