Skip to content

Commit

Permalink
Merge pull request #294 from anthonyvercolano/fix-method-link-credit
Browse files Browse the repository at this point in the history
fix (client) - change method link to use receiver-settle-mode of first
  • Loading branch information
anthonyvercolano authored May 21, 2018
2 parents 86a69f4 + f12f8bf commit 216a6c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion device/transport/amqp/src/amqp_device_method_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ export class AmqpDeviceMethodClient extends EventEmitter {
properties: {
'com.microsoft:api-version': endpoint.apiVersion,
'com.microsoft:channel-correlation-id': credentials.deviceId
}
},
rcvSettleMode: 0
}
};

Expand Down

0 comments on commit 216a6c6

Please sign in to comment.