Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transaction Support for SendAsync in .NET Core #557

Closed
JinsPeter opened this issue Dec 7, 2022 · 0 comments
Closed

Transaction Support for SendAsync in .NET Core #557

JinsPeter opened this issue Dec 7, 2022 · 0 comments
Labels

Comments

@JinsPeter
Copy link

#if NETFX || NETFX40

I tried sending Messages in Transaction from a .NET Core application using the ISenderLink.SendAsync api.
But this looks like turned off using

DeliveryState txnState = null;
#if NETFX || NETFX40
            txnState = await TaskExtensions.GetTransactionalStateAsync(this).ConfigureAwait(false);
#endif

Why is this? Why wouldn't a .NET Core application need Async sending support?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants