Skip to content

Commit

Permalink
Lock the device on ack in case of app payload.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Apr 3, 2023
1 parent 2a287fa commit f49e4e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/downlink/ack/ack.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ var handleDownlinkTXAckTasks = []func(*ackContext) error{
// after the scheduler function has committed its transaction.
transaction(
forApplicationPayload(
lockDevice,
getDeviceSession,
getDeviceQueueItem,
forUnconfirmedDownlink(
Expand Down

0 comments on commit f49e4e5

Please sign in to comment.