Skip to content

Possible memory leak in very small edge case during disconnect #109

Description

@jwoertink

If a connection to the socket is established, but never subscribes to a channel, then disconnects, the internal channel would essentially stick around causing a leak.

This unsubscribe is only called when there's channels to unsubscribe from. With Cable, your users will generally always be subscribed to some channel, so this is a small edge case

unsubscribe_from_internal_channel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions