Skip to content

Potential Out of Memory in QueueingConsumer #24

Closed
@jbee

Description

@jbee

The QueueingConsumer adds all received messages to the _queue buffer.

When messages are received faster from the channel than someone processes them and thereby removes them from the _queue the _queue will grow and eat heap memory until out of memory occurs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions