hi
It worked before. I will check again.
hi
https://github.com/abpframework/abp-samples/tree/master/ConcurrentLogin
hi
https://github.com/abpframework/abp/pull/10152#issue-1007619207
hi
Can you share the error logs of HTTP status code 409?
Also try to remove the app.UseUnitOfWork(); from the web project.
ok, you can create a new projectand reproduce the problem then share it with me. liming.ma@volosoft.com
Are you sure the error is the same? Please check the error logs.
Do not inject other app services into the app service.
I tried by inheriting LitmusAppService
Can you share the code?
hi
You can leave a message on https://github.com/abpframework/abp/issues/763 and I will feedback the team.
'SCV.Litmus.LitmusTenants.CustomTenantAppService' has not been registered.
hi
Try this.
[Dependency(ReplaceServices = true)]
[ExposeServices(typeof(ITenantAppService), typeof(CustomTenantAppService ))]
public class CustomTenantAppService : ApplicationService, ITenantAppService
Please run the Abp.Test1.HttpApi.Host first.