hi
This is the proxy setting of CLI.
https://github.com/abpframework/abp/blob/e3e1779de6df5d26f01cdc8e99ac9cbcb3d24d3c/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Http/CliHttpClientHandler.cs#L10-L11
hi
The CLI uses system proxies.
hi
The next 7.x patch version will solve this.
https://github.com/abpframework/abp/pull/15508
hi Jatinder.singh
Please create a new question.
hi
This works for me, Can you try that?
[HighlightedMember]
public virtual BookStore.Test.Test Get()
{
using (var uow = UnitOfWorkManager.Begin(requiresNew: true, isTransactional: false))
{
Thread.Sleep(3330);
return _repo.FirstAsync().Result;
}
}
I have reproduced the problem and am checking it out.
Zoom ended the meeting because it was more than 40 minutes. I will debug it locally, just wait a while
https://us05web.zoom.us/j/86335037655?pwd=Z1VjQms5cUJheVpENjI0SVlJcDJkZz09
Unfortunately I still can't reproduce the problem.