EnvelopesApi sync methods dead lock net48 WebForms is back in version 8.0.0
This is the same problem that was solved in issue #399 It's back now.
EnvelopesApi sync methods dead lock net48 WebForms
Since it is a recurrent issue, I guess I will try update my ASP.NET WebForms code to use Asynchronous Methods https://learn.microsoft.com/en-us/aspnet/web-forms/overview/performance-and-caching/using-asynchronous-methods-in-aspnet-45
So I updated my WebForms code to use only Async api methods, including RequestJWTUserTokenAsync which is an improvement in 8.0.0. All works fine now.
Hi @dandros , This should be resolved with the recent Patch release.
I'll be closing the issue as completed, but please to reopen the same in case the issue persists for you.
Thank You.