Skip to content
This repository was archived by the owner on Mar 29, 2022. It is now read-only.
This repository was archived by the owner on Mar 29, 2022. It is now read-only.

panic due to concurrent map write #30

@Loushu

Description

@Loushu

Map write is done under a read lock, which is causing a panic if multiple Consume calls are done in parallel on a Channel

ch.consumers[consumerName] = c

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