Skip to content

Commit

Permalink
fix: mediator ATL-4883 pickup status message to sync reply (#59)
Browse files Browse the repository at this point in the history
Signed-off-by: Shailesh <Patil>
  • Loading branch information
mineme0110 authored and Shailesh committed Apr 30, 2024
1 parent 77d9f52 commit 7217cd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ object PickupExecuter
total_bytes = None, // TODO
live_delivery = None, // TODO
)
} yield Reply(status.toPlaintextMessage)
} yield SyncReplyOnly(status.toPlaintextMessage)
case m: Status => ZIO.logInfo("Status") *> ZIO.succeed(NoReply)
case m: DeliveryRequest =>
for {
Expand Down

0 comments on commit 7217cd2

Please sign in to comment.