Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

pubsub leaves many file descriptors open #50

@ploxiln

Description

@ploxiln

I have a pubsub instance not doing much and using 28135 connections, 573 of which are TCP and 27496 of which are (according to lsof):

pubsub 3392 root *462u sock 0,5 0t0 36281617 can't identify protocol

where the 462 is incrementing.

I think this is related to the HTTP/1.1 issue; when the HTTP/1.1 client goes away, that fd is never cleaned up. #44

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions