-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
Pending Updates After Filled Gaps Issue #300
Comments
|
Provide full logs of the problem. The logs in your last message doesn't show anything wrong. The line "applied now" shows that the pending update was successfully passed to OnUpdate. |
Channel messageChannel messages come late. I think there's a gap. For example, in the console application that I wrote with WTelegramClient, it writes a message like 'Trying to apply 2 pending updates after filled gaps', even though the notification has been received on my other devices. When another message drops on the same channel 1 hour later, it shows both messages. I am writing the logs to WTelegram.log. Should I throw all of this. I already got this log from there. Translated with DeepL.com (free version)s are receiving lately |
I said: Provide full logs of the problem. |
I have a problem when I used the Client_OnUpdate method.
I have an issue when reading messages from a channel. The message has already arrived in the channel, but when I use WTelegram, I cannot see the message due to this issue:
The above lines are console logs. How can I fix the filled gaps?
The text was updated successfully, but these errors were encountered: