tdlib / td

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

getting messages with huge delay on same region #2271

Closed ne0c0de closed 1 year ago

ne0c0de commented 1 year ago

Hi,

I'm running multiple servers on same datacenter (same region) but getting messages from same channel with different delays.

Channel has 3xxx members.

Channel message sent time: Mon Jan 16 20:25:01 UTC 2023

This is message is received on one of the server: Mon Jan 16 20:25:07 UTC 2023

on same region but different server: Mon Jan 16 20:25:12 UTC 2023

I'm using same tdlib version with same config of server.

What can be the reason of this delay?

AYMENJD commented 1 year ago

This is expected. See https://github.com/tdlib/td/issues/1668#issuecomment-912960761.

ne0c0de commented 1 year ago

Actually it's not expected neither normal situation.

I've no idea why Telegram is providing this kind of bad service to channel subscribers. a new miliseconds may be acceptable but there's 11 seconds which is anormous. In some cases it comes in 30 seconds of delay too.

If Telegram will continue to not to make better this service, I'm sure they will loose crypto currency users..

levlam commented 1 year ago

Everything there works as expected in the best possible way.

ne0c0de commented 1 year ago

I'm saying there's latency up to 30 seconds and you're saying as it's normal as expected?

Waov, congratz..