Skip to content

make sendMessages use a deque #2

@tyteen4a03

Description

@tyteen4a03

The current implementation of using a Queue makes it impossible to clear out spam attacks. collections.deque does the same thing except with a remove() method, so we probably should use that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions