Skip to content

If the handler doesn't read the message, the consumer hangs #4

@arsham

Description

@arsham

This happens when the context is cancelled and the consumer forgets to close the connection.

Options

1- There can be an intermediary channel with a that would keep the message and when the context is cancelled, it nacks.
2- Manage the connection when context is cancelled and when Consume is being called.

The second option is more robust but requires a bit of development.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Priority: HighAfter critical issues are fixed, these should be dealt with before any further issues.bugSomething isn't working

    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