docusign-esign-csharp-client icon indicating copy to clipboard operation
docusign-esign-csharp-client copied to clipboard

EnvelopesApi sync methods dead lock net48 WebForms is back in version 8.0.0

Open dandros opened this issue 1 year ago • 2 comments

This is the same problem that was solved in issue #399 It's back now.

EnvelopesApi sync methods dead lock net48 WebForms

dandros avatar Oct 11 '24 15:10 dandros

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

dandros avatar Oct 11 '24 15:10 dandros

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.

dandros avatar Oct 13 '24 16:10 dandros

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.

garg-mudit avatar Nov 08 '24 18:11 garg-mudit