-
Notifications
You must be signed in to change notification settings - Fork 133
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
Hangs when try to UploadSaveBigFilePart #51
Comments
Hello, sorry for pushing you, just interesting if there are any updates for that issue? |
Hey @blez! Thanks for asking and ping for inactivity! I researched this issue, Here is whats happen: So, TL schema has preeeety few types, including only bytestream and a few types of integers and floats (int32, uint32, int64, int128 and int256). Also it support custom crc codes for defining specific objects with specific decoding. See something wrong? Yyyyeup, no single type for boolean, arrays, nulltype, etc. So, in TL, bool true and false are objects! What's the problem? bool type cant implement P.S. If you want for faster responses, write us in telegram chat. |
@blez i'll tried to fix this bug, tests passed out, but in real life result ma be different, so i'll not close this issue yet. If you have a few time, your feedback will be appreciated |
No, does not work
|
@blez could you please share your code in playground? Just want to understand in which context client panics |
@quenbyako
|
* See #51 for understanding, what's happening in this fix: we're trying to parse boolean, slice and nil types, when we don't know, what does message contains * this improvement can be buggy or incorrect.
When I do
it just hands with message in log
I use https://github.com/xelaj/mtproto/tree/new_decoder_refactoring
Based on
I assume I have same problem here as in #50
The text was updated successfully, but these errors were encountered: