tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.13k stars 1.45k forks source link

Messages only arrive after I open them in Telegram #1657

Closed morseton closed 2 years ago

morseton commented 3 years ago

Hello, I'm having an issue with getting message updates. Sometimes, there's a huge delay when receiving new message updates, and they only arrive once I open them in the official Telegram application.

I'm using tdweb version 1.6.10.

Is there any way to fix this?

Thanks.

levlam commented 3 years ago

You need to use the latest TDLib version and build the latest tdweb yourself to avoid this.

morseton commented 3 years ago

You need to use the latest TDLib version and build the latest tdweb yourself to avoid this.

Ok, I'll try to update the tdweb version and see if it gets better. Thanks fo your time.