Skip to content

[NEW FEATURE] how to close the session manually like session.close() #14

@xishandong

Description

@xishandong

When I use noble_tls, I need to frequently create new sessions to request URLs, but I find that after a while, the system's memory usage becomes quite high. It turns out that the connections are occupying a large amount of memory. When I shut down and restart the application service (as opposed to ending the Python process), the memory is released. Here is my usage demo. Is there a method to support manually closing connections to release session objects?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions