Skip to content

Delayed execution of event handler #3

Open
@meow-dot

Description

@meow-dot

Hi!
When i call
_eventPublisher.PublishEventAsync(new MyEvent{...})
or
await _eventPublisher.PublishEventAsync(new MyEvent{...})
in some method of web api, this method waits for execution of all handlers of MyEvent.
I assumed that the work of event bus should not affect the work of the method where it is called.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions