Skip to content

abnormal increase in RAM #27

@ehsansafari

Description

@ehsansafari

why, if I use this line of code, the RAM memory will gradually increase with a lot of cash, so that 3 gigs will be added to the RAM memory in 5 minutes and 7 gigs will be added in 10 minutes.
let chat = rasync_api.get_chat(GetChat::builder().chat_id(message.chat_id()).build()).await?;

doc_2021-09-08_14-13-50.mp4

but when I delete the line code, the RAM does not increase and remains constant?

2021-09-08 12_57_23-Window

source code : telegram-client/examples/client_async.rs
run code : cargo build --release

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions