Skip to content

Make event processing async-optional #1674

Closed
@TheBlueMatt

Description

@TheBlueMatt

Event processing must block the channel manager from persisting to avoid losing track of information. In a sync context this is easy - the background processor blocks on the event handler and won't go around the persistence loop. In an async context we need to add support for awaiting the event processing. Should be easy after #1657.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions