Havret commented on a change in pull request #18:
URL:
https://github.com/apache/activemq-nms-openwire/pull/18#discussion_r829461300
##########
File path: src/Commands/ActiveMQMessage.cs
##########
@@ -91,7 +92,13 @@ public void Acknowledge()
Acknowledger(this);
}
- public virtual void ClearBody()
+ public Task AcknowledgeAsync()
+ {
+ Acknowledge();
Review comment:
This is blocking. Shouldn't be as the internal implementation isn't.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]