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

Deadlock in Transaction.cs #30

Open
nesherhh opened this issue Jan 8, 2024 · 2 comments
Open

Deadlock in Transaction.cs #30

nesherhh opened this issue Jan 8, 2024 · 2 comments

Comments

@nesherhh
Copy link

nesherhh commented Jan 8, 2024

Due to the extensive use of .Wait() and .Result in Transaction.cs, I am encountering deadlocks. The methods — Receive, AckMessage, RejectMessage, ExtendVisibility, Resend, and Modify — are currently implemented as "Sync over Async." They should all be asynchronous and return a Task.

@nesherhh
Copy link
Author

nesherhh commented Jan 9, 2024

Ah, I see. Half of the closed issues pertain to this deadlock.
Is this project still active?

@kubemq
Copy link
Contributor

kubemq commented Jan 9, 2024 via email

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

No branches or pull requests

2 participants