Sergey Prokhorov
Sergey Prokhorov
That's strange. Another possible reason might be wrong time on your server.
Yeah, just don't have time to work on it.
What do you mean? Just try to connect with Telegram client?
I'd say running multiple instances on the same port should not only just wotk, but even be more efficient, because of less overhead from nginx and from OS having to...
@amintnt it should work, as long as the number of workers is fixed (so, they are pre-forked and stored in some thread/process pool and are reused). With unbound threads you...
Could you show us the code you use to connect with Telethon? What arguments you pass to `client = TelegramClient(...)`? Also, are you able to connect with regular telegram client...
I would rather go fo "rebuilding" links outside of proxy itself. It's just 1 line of code and actually even more reliable approach, because it works even for hosts with...
Might it be file descriptor limit?
I personally don't need this, I have my own implementation now =) But talking about advantages: it's resource consumption / utilization + latency. Telegram tcp socket connections in general are...