Open
Description
In 8.3.5 got an Azure sql transaction, then call in CAP to azure service bus all looks good and save asynchronous works but as soon as hit async commit trans in EF Core the application freezes never gets past the commit - no error - but it seems to have done the commit trans its a blazor app been working for over a year. When I downgrade to 8.3.2 all is working so something to do with latest release or the release prior. I send email to author with some code, happy to paste code below as well if needed. Everything is a sync if that helps and also I start transaction, add some rows to sql database, add CAP to azure service bus, finally save but commit will cause the deadlock or hang to occur. It’s recreatable every time.