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 <[email protected]>

Signed-off-by: Shailesh Patil <[email protected]>
  • Loading branch information
mineme0110 committed May 1, 2024
1 parent 3ab5792 commit eb5ce56
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 eb5ce56

Please sign in to comment.