mtproto
mtproto copied to clipboard
Possible fix of #49
@hookzof according to this description this pr won't work, unfortunately. I'm not sure, need to test it. But i appreciate your work, thanks.
shit, if telegram devs says that mtproto is opensource, why they didn't share simplest mtproto server, we could test it at least...
won't close this pr, until test it
works! https://github.com/AmarnathCJD/gogram/commit/15631a7050c18bcd381fdb1686710f40208d766a
@AmarnathCJD Could you please create Pull request with this chage? Just to have less differences between your fork and origin repo 😉
Also, Could you please create test case, what will happen, if provided prevID
will be 1 billion for example?
@AmarnathCJD Could you please create Pull request with this chage? Just to have less differences between your fork and origin repo wink
Also, Could you please create test case, what will happen, if provided
prevID
will be 1 billion for example?
The commit history is broken :( I will try
and if the prevID is 1 B, the GenerateMessageID runs until the value reaches greater than 1B, This solves the msg_seq_too_high (33) a far as i tested