Skip to content

Commit

Permalink
Revert "AMQP CBS token message dispose (#6057) (#6107)" (#6156)
Browse files Browse the repository at this point in the history
This reverts commit 6055c6e until release

## Azure IoT Edge PR checklist:

This checklist is used to make sure that common guidelines for a pull request are followed.

### General Guidelines and Best Practices
- [x] I have read the [contribution guidelines](https://github.com/azure/iotedge#contributing).
- [x] Title of the pull request is clear and informative.
- [x] Description of the pull request includes a concise summary of the enhancement or bug fix.

### Testing Guidelines
- [ ] Pull request includes test coverage for the included changes.
- Description of the pull request includes 
	- [ ] concise summary of tests added/modified
	- [ ] local testing done.
  • Loading branch information
ancaantochi committed Feb 24, 2022
1 parent 6055c6e commit 9ea22ab
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -288,7 +288,6 @@ async Task HandleTokenUpdate(AmqpMessage message)
{
try
{
this.receivingLink.DisposeMessage(message, AmqpConstants.AcceptedOutcome, true, message.Batchable);
(AmqpResponseStatusCode statusCode, string description) = await this.UpdateCbsToken(message);
await this.SendResponseAsync(message, statusCode, description);
}
Expand Down

0 comments on commit 9ea22ab

Please sign in to comment.