Zidan Wang

Results 3 issues of Zidan Wang

在大并发的情况下,Socket的同步接收数据会消耗过多的CPU时间,是否能用异步解决这个问题? ![image](https://user-images.githubusercontent.com/1535315/180914095-690869f0-1591-4efb-a94f-b59713a47d31.png)

提议,添加一个配置项,以便在创建代理类时可执行一些自定义操作,如: ``` csharp services.ConfigureDynamicProxy({ c=>c.Interceptors.AddServiced( m=>m.DeclaringType.Name.EndsWith("AppService")); c.OnGenerateProxy(context=>context.TypeBuilder.SetCustomAttribute( CustomAttributeBuildeUtils.DefineCustomAttribute(typeof(DynamicallyAttribute));); [NonAspect] public interface IAspectConfiguration { AspectValidationHandlerCollection ValidationHandlers { get; } InterceptorCollection Interceptors { get; } NonAspectPredicateCollection NonAspectPredicates { get; } bool ThrowAspectException...

feature
todo

The base table and the tracing table use different character sets for the primary key, which greatly reduces the query performance. eg: The base table DDL: ```sql CREATE TABLE `ezreportdevicecheckresult`...