Lookup服务:使用 .Result 异步方法获取值,会导致死锁问题。 #4805
Replies: 5 comments 1 reply
-
@SmartCode-X Thank you for reporting. We will give triage later. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@SmartCode-X @BrandonStudio Blazor 的世界里可以说有两条定理
大概率都会遇到问题。各种各样的问题。 |
Beta Was this translation helpful? Give feedback.
-
@SmartCode-X 请尝试以下解决方案:
|
Beta Was this translation helpful? Give feedback.
-
@SmartCode-X @BrandonStudio 昨晚发布了 9.1.3-beta02 支持了异步 Lookup 尽快使用新方法 |
Beta Was this translation helpful? Give feedback.
-
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
public class LookupServiceBaseEntity(ISysUserService sysUserService) : LookupServiceBase
{
private ISysUserService SysUserService { get; } = sysUserService;
}
Describe the solution you'd like
可以 使用 .Result 异步方法获取值。
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions