hi
provider selection in two factor authentication screen and otp validation screen
These components exist in Account.Pro module.
You can download the source code of Account.Pro module.
https://abp.io/docs/latest/suite/source-code https://abp.io/support/questions/632/How-can-I-download-the-source-code-of-the-framework-Angular-packages-theme-and-pro-modules
Thanks.
hi
What is the logic of the RunLockTestAsync?
You can think of distributedLock as SemaphoreSlim syncSemaphore = new SemaphoreSlim(1, 1);
It just supports a distributed scenario.
Thanks.
hi
Can you try to add <PackageReference Include="Volo.Abp.DistributedLocking" Version="9.0.4" /> and typeof(AbpDistributedLockingModule)
I tested, the timeout works.
[11:34:39 INF] Executing handler method Tapp.Web.Pages.IndexModel.OnGetAsync - ModelState is Valid
[11:34:39 INF] Lock acquired successfully...
[11:34:40 WRN] Could not acquire lock...
[11:34:40 WRN] Could not acquire lock...
[11:34:42 INF] Executed handler method OnGetAsync, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
Thanks. I will check it.
hi
Hot reload is working. It's just that it's too slow for your project. It might be because your project has too many components.
See Video: https://we.tl/t-PKC2jy6Os7
hi
I will check your project.
Thanks.
hi
I will check your project.
Thanks.
hi
Could you share a simple project that reproduces the issue?
I will download and check it.
liming.ma@volosoft.com
Thanks.
ok
hi
Can you check https://abp.io/support/questions/817/How-to-delete-current-license-login-session#answer-4cbc8f13-c7f3-84fa-7fc8-39fa2688df13
https://abp.io/support/questions/9640/ABP-LIC-ERROR---License-check-failed-for-%27VoloAbpAspNetCoreMvcUIThemeCommercial-v9210%27#answer-3a1b3ec8-a0d4-ebf7-e38a-1ae23251cc5d
Thanks