-
Notifications
You must be signed in to change notification settings - Fork 15
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
New release #57
Comments
@tarasverq @GihanSoft |
You can use immutable arrays instead of read only list. It's part of .net standard (I think 2.1, and can be added to net standard 2.0 with nuget) |
Check function for still connection stable. |
Use SignInResult instead of exception. |
Proxy. Specially socks5 and mt proto |
Set xml document in code for all public APIs. Start from Telegram Client. |
Use rasolyn addins for async that can be added with nuget (don't include in build, just compile time.) Can help fix async problems. |
Change Upload to IO or UpDowdLoad or File or something like that. Because it uses for download too. |
Performance is not critical on the sign in step. Much more CPU time is used for generating request. And a lot of time is just awaiting a call result. That's from pragmatic point of view. |
Ok, if it's not easy, no problem |
Hi everybody! My wish list is:
|
One more request: parallel download and upload of file parts inside of May be I'll do it if you don't mind? |
Yeah, Sure. You'll need to modify |
There is a lot of stuff that was planned and never happened. What is done is published under |
Because of @GihanSoft recent activity I got interest to Telega. I wanted to simplify the public interface a long time ago. I realized that it is too hard for a lot of developers. Because of that some devs avoid the library. Now I feel that I can spend a few days to implement my plan. I want to gather what I made and what I want to make for the new release.
./generate-dto.sh
ConfigureAwait(false)
IReadOnlyList<T>
instead ofArr<T>
T?
instead ofOption<T>
LanguageExt
dependency removalThe text was updated successfully, but these errors were encountered: