Skip to content

Delayed execution of event handler #3

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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