Telegram Listener Client Priority Know-how
Budget: $30 – $250 USD
Hi, i dont need anything to program, but i will pay for your know-how if you can help me with my problem:)) doesnt matter if in €, $, BTC, USDT, it is up to you what you chose... more info below:
i got 2x telegram listeners (user bot) which is catching all the messages that come into my telegram.
bot#1 is using polling method - asking telegram for new messages every 300ms (slower method) bot#2 is using server push method - telegram sends us a new messages right after they recieve it (faster method)
both bots are connected into my personal telegram account and both are listenning to the same TELEGRAM CHANNEL (supergroup). what is the reason that the bot#1 is recieving 8-9 out of 10 messages faster than the bot#2. Should be exactly the opposite. Since those 2 bots are different clients (different servers, but same location, same specs), maybe one of them has priority over the other one. Any idea how to fix it? Thanks a lot :)))
i got 2x telegram listeners (user bot) which is catching all the messages that come into my telegram.
bot#1 is using polling method - asking telegram for new messages every 300ms (slower method) bot#2 is using server push method - telegram sends us a new messages right after they recieve it (faster method)
both bots are connected into my personal telegram account and both are listenning to the same TELEGRAM CHANNEL (supergroup). what is the reason that the bot#1 is recieving 8-9 out of 10 messages faster than the bot#2. Should be exactly the opposite. Since those 2 bots are different clients (different servers, but same location, same specs), maybe one of them has priority over the other one. Any idea how to fix it? Thanks a lot :)))