Fix bug with ack control task client

This commit is contained in:
Jon Häggblad
2025-02-17 10:48:18 +01:00
parent 1ccdd5d660
commit e72ce8fa92
@@ -262,7 +262,7 @@ where
let sent_notification_listener = SentNotificationListener::new(
connectors.sent_notifier,
connectors.ack_action_sender,
task_client.fork("sent_notification_listener"),
task_client.with_suffix("sent_notification_listener"),
);
AcknowledgementController {