Skip to content

Draft: Use existing messaging service in eflow helpers rather than creating new ones.

Use the messaging service of the parent algorithm rather than creating new ones. This avoids locks resulting from service creation during the event loop.

Merge request reports