Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to reduce the delay on Working with Updates? #683

Closed
realiza opened this issue Mar 11, 2018 · 4 comments
Closed

How to reduce the delay on Working with Updates? #683

realiza opened this issue Mar 11, 2018 · 4 comments
Labels
duplicate Already exists as an older issue

Comments

@realiza
Copy link

realiza commented Mar 11, 2018

when use event.NewMessage in group with 10k member
delay is high for repond and delete event

How to reduce the delay on Working with Updates event?
what is better way for big group?

@Lonami
Copy link
Member

Lonami commented Mar 11, 2018

#652.

@Lonami Lonami closed this as completed Mar 11, 2018
@Lonami Lonami added the duplicate Already exists as an older issue label Mar 11, 2018
@realiza
Copy link
Author

realiza commented Mar 11, 2018

@Lonami i read issue 652 but i have delay :-(

what is best way for big group?

Another question:
i use get_entity(PeerUser(user_id)) for get information for example First_Name
but for some id_user it work and for some id_user i get error for this code
i change this code to :
sender_info = client.get_input_entity(sender_id)
sender_info=client.get_entity(sender_info)
but i get same error for some

@Lonami
Copy link
Member

Lonami commented Mar 11, 2018

If you've already read it and saw there was an open issue why did you open another one?

@realiza
Copy link
Author

realiza commented Mar 11, 2018

sorry i read it ,after you say :-)

please help me for another question :

i use get_entity(PeerUser(user_id)) for get information for example First_Name
but for some id_user it work and for some id_user i get error for this code
i change this code to :
sender_info = client.get_input_entity(sender_id)
sender_info=client.get_entity(sender_info)
but i get same error for some id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Already exists as an older issue
Projects
None yet
Development

No branches or pull requests

2 participants