Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- === network logs ===
- // since msgId of second one is earlier by 4 nanoseconds it's sent out of order
- // (msgId= in MTProto logs)
- 7-31 12:28:27.870 debug: not found request to parse constructor 0x78d4dec1
- //π (0x78d4dec1: UpdateShort)
- 7-31 12:28:27.870 debug: connection(0xb40000769cc0b220, account2, dc2, type 1) received unparsed packet on 0x0
- 7-31 12:28:27.876 debug: not found request to parse constructor 0x74ae4240
- //π (0x74ae4240: Updates)
- 7-31 12:28:27.876 debug: connection(0xb40000769cc0b220, account2, dc2, type 1) received unparsed packet on 0x0
- === === === === ===
- === MTProto logs ===
- // trimmed useless stuff
- 31_07_2025_12_28_27.873 msgId=7533221919617099781 account=2
- receive message -> TL_updateShort : {"_":"updateShort", "date":1753964906,"pts":0,"pts_count":0,"seq":0,"seq_start":0,"update":{"_":"updateDeleteChannelMessages","channel_id":1341570295,"messages":[π 2157574], "pts":π3080856,"pts_count":1},"updates":[],"user_id":0,"users":[],"via_bot_id":0}
- 31_07_2025_12_28_27.889 msgId=7533221919617099777 account=2
- receive message -> TL_updates : {"_":"updates","date":1753964907,"pts":0,"pts_count":0,"seq":0,"seq_start":0,"updates":[{"_":"updateNewChannelMessage","message":{"_":"message","date":1753964907, "id":π 2157574},"pts":π3080855,"pts_count":1}]}
- === === === === ===
- === java logs ===
- 31_07_2025_12_28_05.454 D/tmessages: received channel difference with pts = π 3080854 channelId = 1341570295
- // last known PTS before all of it
- ...skip 7 lines
- 31_07_2025_12_28_27.874 D/tmessages: java received org.telegram.tgnet.TLRPC$TL_πupdateShort@46a9730
- 31_07_2025_12_28_27.874 D/tmessages: process update TL_updateDeleteChannelMessages
- 31_07_2025_12_28_27.874 D/tmessages: org.telegram.tgnet.TLRPC$TL_updateDeleteChannelMessages@a932fa9 channelId = 1341570295
- 31_07_2025_12_28_27.889 D/tmessages: java received org.telegram.tgnet.TLRPC$TL_πupdates@cfcb4f4
- 31_07_2025_12_28_27.889 D/tmessages: process update TL_updateNewChannelMessage
- 31_07_2025_12_28_27.889 D/tmessages: org.telegram.tgnet.TLRPC$TL_updateNewChannelMessage@f73941d channelId = 1341570295 message_id = π 2157574
- 31_07_2025_12_28_27.892 D/tmessages: update messageRead currentMaxId = 2157573 dialogId = -1341570295
- 31_07_2025_12_28_27.903 D/tmessages: NotificationsController: processNewMessages msgs.size()=1 isLast=true isFcm=false)
- 31_07_2025_12_28_27.905 D/tmessages: ChatActivity didReceiveNewMessages start
- 31_07_2025_12_28_27.905 D/tmessages: processNewMessages 1 messages
- 31_07_2025_12_28_27.906 D/tmessages: processNewMessages 0 our of 1
- 31_07_2025_12_28_27.906 D/tmessages: received new messages 1 in dialog -1341570295
- ...skip 40 lines
- // timeout of GetChannelDifference expired (~ 30 seconds), this is when messages disappear usually from UI
- 31_07_2025_12_28_36.106 D/tmessages: start getChannelDifference with pts = 3080855 channelId = 1341570295
- // So failed to gap since the local PTS was saved wrong 3080855, ignoring delete's 56 pts
- 31_07_2025_12_28_36.280 D/tmessages: received channel difference with pts = π 3080856 channelId = 1341570295
- === === === === ===
Advertisement
Add Comment
Please, Sign In to add comment