Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
proton-dotnet-1.0.0-M5
-
None
Description
The Tracker API has an AwaitAccepted() call which should work even for sends that are accepted in a transaction but currently doesn't handle that case. We can make this simpler by supporting that case when the outcome in the transactional state is Accepted. This streamlines the code path for wrapper code that works either in or out of a transaction.