Closed AmirHosseinKarimi closed 2 years ago
Hi! This is looks like bug. Non received updates should be delivered after start of madelineProto. Please, create issue in MadelineProto repo or ask in MadelineProto support group.
Few years ago madeline had option handle_old_updates
(its still in TAS config), but currently its ignored. Maybe some logic was broken after refactoring...
Looks like it was from the TelegramApiServer WebSocket interface and now it is fixed.
Hi. I used TelegramApiServer in production and connected via WebSocket to receive the updates and handle them.
But now, I realize it doesn't send the updates received when the Madeline and TelegramApiServer are down.
So, I am looking for a way to receive these updates when they become online via a WebSocket connection. Is there any way to achieve this?