2024-04-06 00:00:00.015 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`CreationTime`,`ComparisonValue`,`Value`,`IsFluctuate` FROM `InterestRecords`    ORDER BY `CreationTime` DESC LIMIT 0,1
===============================

2024-04-06 00:00:00.083 +08:00 [DBG] =========Yi-SQL耗时68毫秒=====
2024-04-06 00:00:04.051 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:00:04.051 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:00:04.088 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:00:04.088 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 36.7473ms
2024-04-06 00:00:04.088 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:00:12.681 +08:00 [ERR] Job DEFAULT.InterestRecordsJob threw an unhandled Exception: 
System.AggregateException: One or more errors occurred. (BiyingBank获取数据异常)
 ---> System.Exception: BiyingBank获取数据异常
 ---> System.Net.Http.HttpRequestException: An error occurred while sending the request.
 ---> System.IO.IOException: Unable to read data from the transport connection: 远程主机强迫关闭了一个现有的连接。.
 ---> System.Net.Sockets.SocketException (10054): 远程主机强迫关闭了一个现有的连接。
   --- End of inner exception stack trace ---
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](Memory`1 buffer, CancellationToken cancellationToken)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
   at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at Yi.Framework.Bbs.Domain.Managers.BankValue.BiyingBankValueProvider.GetValueAsync() in D:\code\csharp\source\Yi\Yi.Abp.Net8\module\bbs\Yi.Framework.Bbs.Domain\Managers\BankValue\BiyingBankValueProvider.cs:line 21
   --- End of inner exception stack trace ---
   at Yi.Framework.Bbs.Domain.Managers.BankValue.BiyingBankValueProvider.GetValueAsync() in D:\code\csharp\source\Yi\Yi.Abp.Net8\module\bbs\Yi.Framework.Bbs.Domain\Managers\BankValue\BiyingBankValueProvider.cs:line 29
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   at System.Threading.Tasks.Task`1.get_Result()
   at Yi.Framework.Bbs.Domain.Managers.BankManager.GetThirdPartyValue() in D:\code\csharp\source\Yi\Yi.Abp.Net8\module\bbs\Yi.Framework.Bbs.Domain\Managers\BankManager.cs:line 68
   at Yi.Framework.Bbs.Domain.Managers.BankManager.CreateInterestRecordsAsync() in D:\code\csharp\source\Yi\Yi.Abp.Net8\module\bbs\Yi.Framework.Bbs.Domain\Managers\BankManager.cs:line 82
   at Yi.Framework.Bbs.Application.Jobs.InterestRecordsJob.Execute(IJobExecutionContext context) in D:\code\csharp\source\Yi\Yi.Abp.Net8\module\bbs\Yi.Framework.Bbs.Application\Jobs\InterestRecordsJob.cs:line 29
   at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
2024-04-06 00:00:12.683 +08:00 [ERR] Job DEFAULT.InterestRecordsJob threw an exception.
Quartz.SchedulerException: Job threw an unhandled exception.
 ---> System.AggregateException: One or more errors occurred. (BiyingBank获取数据异常)
 ---> System.Exception: BiyingBank获取数据异常
 ---> System.Net.Http.HttpRequestException: An error occurred while sending the request.
 ---> System.IO.IOException: Unable to read data from the transport connection: 远程主机强迫关闭了一个现有的连接。.
 ---> System.Net.Sockets.SocketException (10054): 远程主机强迫关闭了一个现有的连接。
   --- End of inner exception stack trace ---
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](Memory`1 buffer, CancellationToken cancellationToken)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
   at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at Yi.Framework.Bbs.Domain.Managers.BankValue.BiyingBankValueProvider.GetValueAsync() in D:\code\csharp\source\Yi\Yi.Abp.Net8\module\bbs\Yi.Framework.Bbs.Domain\Managers\BankValue\BiyingBankValueProvider.cs:line 21
   --- End of inner exception stack trace ---
   at Yi.Framework.Bbs.Domain.Managers.BankValue.BiyingBankValueProvider.GetValueAsync() in D:\code\csharp\source\Yi\Yi.Abp.Net8\module\bbs\Yi.Framework.Bbs.Domain\Managers\BankValue\BiyingBankValueProvider.cs:line 29
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   at System.Threading.Tasks.Task`1.get_Result()
   at Yi.Framework.Bbs.Domain.Managers.BankManager.GetThirdPartyValue() in D:\code\csharp\source\Yi\Yi.Abp.Net8\module\bbs\Yi.Framework.Bbs.Domain\Managers\BankManager.cs:line 68
   at Yi.Framework.Bbs.Domain.Managers.BankManager.CreateInterestRecordsAsync() in D:\code\csharp\source\Yi\Yi.Abp.Net8\module\bbs\Yi.Framework.Bbs.Domain\Managers\BankManager.cs:line 82
   at Yi.Framework.Bbs.Application.Jobs.InterestRecordsJob.Execute(IJobExecutionContext context) in D:\code\csharp\source\Yi\Yi.Abp.Net8\module\bbs\Yi.Framework.Bbs.Application\Jobs\InterestRecordsJob.cs:line 29
   at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)
   --- End of inner exception stack trace --- [See nested exception: System.AggregateException: One or more errors occurred. (BiyingBank获取数据异常)
 ---> System.Exception: BiyingBank获取数据异常
 ---> System.Net.Http.HttpRequestException: An error occurred while sending the request.
 ---> System.IO.IOException: Unable to read data from the transport connection: 远程主机强迫关闭了一个现有的连接。.
 ---> System.Net.Sockets.SocketException (10054): 远程主机强迫关闭了一个现有的连接。
   --- End of inner exception stack trace ---
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken cancellationToken, Int32 estimatedSize)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](Memory`1 buffer, CancellationToken cancellationToken)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
   at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at Yi.Framework.Bbs.Domain.Managers.BankValue.BiyingBankValueProvider.GetValueAsync() in D:\code\csharp\source\Yi\Yi.Abp.Net8\module\bbs\Yi.Framework.Bbs.Domain\Managers\BankValue\BiyingBankValueProvider.cs:line 21
   --- End of inner exception stack trace ---
   at Yi.Framework.Bbs.Domain.Managers.BankValue.BiyingBankValueProvider.GetValueAsync() in D:\code\csharp\source\Yi\Yi.Abp.Net8\module\bbs\Yi.Framework.Bbs.Domain\Managers\BankValue\BiyingBankValueProvider.cs:line 29
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   at System.Threading.Tasks.Task`1.get_Result()
   at Yi.Framework.Bbs.Domain.Managers.BankManager.GetThirdPartyValue() in D:\code\csharp\source\Yi\Yi.Abp.Net8\module\bbs\Yi.Framework.Bbs.Domain\Managers\BankManager.cs:line 68
   at Yi.Framework.Bbs.Domain.Managers.BankManager.CreateInterestRecordsAsync() in D:\code\csharp\source\Yi\Yi.Abp.Net8\module\bbs\Yi.Framework.Bbs.Domain\Managers\BankManager.cs:line 82
   at Yi.Framework.Bbs.Application.Jobs.InterestRecordsJob.Execute(IJobExecutionContext context) in D:\code\csharp\source\Yi\Yi.Abp.Net8\module\bbs\Yi.Framework.Bbs.Application\Jobs\InterestRecordsJob.cs:line 29
   at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken)]
2024-04-06 00:00:27.947 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:00:27.947 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:00:28.008 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:00:28.008 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 61.3016ms
2024-04-06 00:00:28.009 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:01:07.261 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:01:07.261 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:01:07.295 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:01:07.295 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 33.7894ms
2024-04-06 00:01:07.295 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:01:18.786 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 00:01:18.786 +08:00 [INF] 用户cc离开了，当前已连接0个
2024-04-06 00:01:18.786 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 00:01:18.800 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 00:01:19.363 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:01:19.363 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:01:19.364 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:01:19.364 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:01:19.365 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 00:01:19.365 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 00:01:19.365 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 00:01:19.365 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:01:19.365 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:01:19.365 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 00:01:19.365 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:01:19.366 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 00:01:19.368 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 00:01:19.391 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:01:19.391 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:01:19.392 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 00:01:19.402 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:01:19.402 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 36.4196ms
2024-04-06 00:01:19.402 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:01:19.406 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:01:19.406 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:01:19.407 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 00:01:19.412 +08:00 [DBG] =========Yi-SQL耗时43.8334毫秒=====
2024-04-06 00:01:19.412 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 00:01:19.426 +08:00 [INF] 2024/4/6 0:01:19：cc,yz5A6dmd0olZ60EwGMSSaQ连接服务端success，当前已连接0个
2024-04-06 00:01:19.458 +08:00 [DBG] =========Yi-SQL耗时45.9112毫秒=====
2024-04-06 00:01:19.460 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:01:19.460 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 94.8984ms
2024-04-06 00:01:19.461 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:01:19.472 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:01:19.472 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:01:19.473 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 00:01:19.473 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 00:01:19.480 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:01:19.481 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:01:19.482 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 00:01:46.731 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:01:46.731 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:01:46.857 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:01:46.857 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 125.7723ms
2024-04-06 00:01:46.857 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:01:53.900 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:01:53.900 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:01:53.910 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:01:53.910 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.1348ms
2024-04-06 00:01:53.910 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:03:44.542 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 00:03:44.543 +08:00 [INF] 用户cc离开了，当前已连接0个
2024-04-06 00:03:44.543 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 00:03:44.581 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 00:03:45.165 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:03:45.165 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:03:45.166 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:03:45.167 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:03:45.171 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 00:03:45.172 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 00:03:45.173 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 00:03:45.173 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:03:45.173 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:03:45.173 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 00:03:45.173 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:03:45.173 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 00:03:45.175 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 00:03:45.196 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:03:45.196 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 23.448ms
2024-04-06 00:03:45.197 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:03:45.214 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:03:45.214 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:03:45.216 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 00:03:45.220 +08:00 [DBG] =========Yi-SQL耗时45.2934毫秒=====
2024-04-06 00:03:45.221 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 00:03:45.242 +08:00 [DBG] =========Yi-SQL耗时20.8573毫秒=====
2024-04-06 00:03:45.242 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:03:45.242 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:03:45.244 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 00:03:45.244 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:03:45.245 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 71.9662ms
2024-04-06 00:03:45.245 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:03:45.255 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:03:45.256 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:03:45.257 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 00:03:45.258 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 00:03:45.266 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:03:45.266 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:03:45.266 +08:00 [INF] 2024/4/6 0:03:45：cc,39S3aQVbEYx4FC9YOUJKdg连接服务端success，当前已连接0个
2024-04-06 00:03:45.267 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 00:09:27.969 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 00:09:27.972 +08:00 [INF] 用户cc离开了，当前已连接0个
2024-04-06 00:09:27.972 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 00:09:28.160 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 00:09:28.329 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:09:28.329 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:09:28.329 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:09:28.329 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:09:28.335 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:09:28.335 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:09:28.335 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 00:09:28.335 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 00:09:28.335 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 00:09:28.335 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:09:28.335 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 00:09:28.335 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 00:09:28.337 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 00:09:28.343 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:09:28.343 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:09:28.343 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 00:09:28.346 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:09:28.347 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 11.7536ms
2024-04-06 00:09:28.347 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:09:28.362 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:09:28.363 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:09:28.364 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 00:09:28.375 +08:00 [INF] 2024/4/6 0:09:28：cc,f7VFBrtGrqIuKalYwECXHg连接服务端success，当前已连接0个
2024-04-06 00:09:28.685 +08:00 [DBG] =========Yi-SQL耗时348.3198毫秒=====
2024-04-06 00:09:28.686 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 00:09:28.703 +08:00 [DBG] =========Yi-SQL耗时16.9887毫秒=====
2024-04-06 00:09:28.704 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:09:28.704 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 369.2184ms
2024-04-06 00:09:28.704 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:09:28.709 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:09:28.709 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:09:28.710 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 00:09:28.710 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 00:09:28.714 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:09:28.714 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:09:28.715 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 00:10:20.042 +08:00 [INF] 用户cc离开了，当前已连接0个
2024-04-06 00:10:20.043 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 00:10:20.046 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 00:10:20.222 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 00:10:20.503 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:10:20.503 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:10:20.504 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:10:20.504 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:10:20.505 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:10:20.505 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:10:20.505 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 00:10:20.505 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 00:10:20.505 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 00:10:20.505 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 00:10:20.505 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:10:20.505 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 00:10:20.507 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 00:10:20.512 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:10:20.512 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:10:20.513 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 00:10:20.516 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:10:20.517 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 11.8789ms
2024-04-06 00:10:20.517 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:10:20.525 +08:00 [DBG] =========Yi-SQL耗时18.5695毫秒=====
2024-04-06 00:10:20.526 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 00:10:20.530 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:10:20.530 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:10:20.531 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 00:10:20.540 +08:00 [INF] 2024/4/6 0:10:20：cc,xYbgw5WtD70CVTXq7JU1Nw连接服务端success，当前已连接0个
2024-04-06 00:10:20.545 +08:00 [DBG] =========Yi-SQL耗时19.5434毫秒=====
2024-04-06 00:10:20.546 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:10:20.547 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 41.7317ms
2024-04-06 00:10:20.547 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:10:20.555 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:10:20.555 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:10:20.556 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 00:10:20.556 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 00:10:20.560 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:10:20.560 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:10:20.560 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 00:12:41.821 +08:00 [INF] 用户cc离开了，当前已连接0个
2024-04-06 00:12:41.821 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 00:12:41.821 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 00:12:41.868 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 00:12:42.441 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:12:42.441 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:12:42.441 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:12:42.441 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:12:42.443 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:12:42.443 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 00:12:42.443 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:12:42.443 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 00:12:42.443 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 00:12:42.443 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 00:12:42.443 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 00:12:42.443 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:12:42.445 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 00:12:42.452 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:12:42.452 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:12:42.453 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 00:12:42.455 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:12:42.456 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 12.5836ms
2024-04-06 00:12:42.456 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:12:42.472 +08:00 [DBG] =========Yi-SQL耗时26.6827毫秒=====
2024-04-06 00:12:42.472 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 00:12:42.481 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:12:42.481 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:12:42.482 +08:00 [INF] 2024/4/6 0:12:42：cc,i3mMxbZVCnLMftw_Heb7yA连接服务端success，当前已连接0个
2024-04-06 00:12:42.483 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 00:12:42.498 +08:00 [DBG] =========Yi-SQL耗时25.866毫秒=====
2024-04-06 00:12:42.501 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:12:42.502 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 58.7869ms
2024-04-06 00:12:42.502 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:12:42.507 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:12:42.507 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:12:42.508 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 00:12:42.508 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 00:12:42.512 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:12:42.513 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:12:42.513 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 00:16:16.343 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:16:16.343 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:16:16.389 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:16:16.390 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 46.5585ms
2024-04-06 00:16:16.390 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:16:25.337 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 00:16:25.344 +08:00 [INF] 用户cc离开了，当前已连接0个
2024-04-06 00:16:25.344 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 00:16:25.368 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 00:16:25.967 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:16:25.967 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:16:25.968 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:16:25.968 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:16:25.969 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 00:16:25.969 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 00:16:25.969 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 00:16:25.969 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 00:16:25.969 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:16:25.970 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:16:25.970 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:16:25.970 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 00:16:25.972 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 00:16:25.979 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:16:25.980 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:16:25.980 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:16:25.980 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.1368ms
2024-04-06 00:16:25.980 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:16:25.981 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 00:16:26.000 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:16:26.000 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:16:26.001 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 00:16:26.016 +08:00 [INF] 2024/4/6 0:16:26：cc,5E_tMjxmzCpB5pZAkI9X3A连接服务端success，当前已连接0个
2024-04-06 00:16:26.091 +08:00 [DBG] =========Yi-SQL耗时118.6522毫秒=====
2024-04-06 00:16:26.092 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 00:16:26.166 +08:00 [DBG] =========Yi-SQL耗时74.179毫秒=====
2024-04-06 00:16:26.167 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:16:26.168 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 197.7165ms
2024-04-06 00:16:26.168 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:16:26.177 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:16:26.177 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:16:26.177 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 00:16:26.177 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 00:16:26.182 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:16:26.182 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:16:26.183 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 00:17:03.462 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:17:03.462 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:17:03.500 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:17:03.500 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 37.9777ms
2024-04-06 00:17:03.500 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:17:07.541 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 00:17:07.543 +08:00 [INF] 用户cc离开了，当前已连接0个
2024-04-06 00:17:07.547 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 00:17:07.563 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 00:17:08.099 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:17:08.099 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:17:08.099 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:17:08.099 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:17:08.100 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:17:08.100 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 00:17:08.100 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 00:17:08.100 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:17:08.100 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:17:08.100 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 00:17:08.101 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 00:17:08.101 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 00:17:08.103 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 00:17:08.109 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:17:08.109 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.7362ms
2024-04-06 00:17:08.109 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:17:08.121 +08:00 [DBG] =========Yi-SQL耗时18.0316毫秒=====
2024-04-06 00:17:08.121 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 00:17:08.128 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:17:08.128 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:17:08.129 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 00:17:08.144 +08:00 [DBG] =========Yi-SQL耗时22.5024毫秒=====
2024-04-06 00:17:08.145 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:17:08.146 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 44.7946ms
2024-04-06 00:17:08.146 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:17:08.148 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:17:08.148 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:17:08.149 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 00:17:08.156 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:17:08.156 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:17:08.157 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 00:17:08.157 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 00:17:08.163 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:17:08.163 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:17:08.164 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 00:17:08.171 +08:00 [INF] 2024/4/6 0:17:08：cc,8TUfsaX5nCSISiZ-MLqhag连接服务端success，当前已连接0个
2024-04-06 00:17:40.123 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:17:40.123 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:17:40.375 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:17:40.375 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 252.4256ms
2024-04-06 00:17:40.376 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:17:42.330 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 00:17:42.330 +08:00 [INF] 用户cc离开了，当前已连接0个
2024-04-06 00:17:42.331 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 00:17:42.341 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 00:17:42.877 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:17:42.877 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:17:42.877 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:17:42.877 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:17:42.879 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 00:17:42.879 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 00:17:42.879 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 00:17:42.879 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 00:17:42.880 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:17:42.880 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 00:17:42.883 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 00:17:42.892 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:17:42.894 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:17:42.911 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:17:42.911 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:17:42.913 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 00:17:42.915 +08:00 [DBG] =========Yi-SQL耗时32.5893毫秒=====
2024-04-06 00:17:42.915 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:17:42.915 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 21.362ms
2024-04-06 00:17:42.915 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:17:42.916 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 00:17:42.940 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:17:42.940 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:17:42.941 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 00:17:42.948 +08:00 [INF] 2024/4/6 0:17:42：cc,SCwNoteD_hCshh7_qWU4TA连接服务端success，当前已连接0个
2024-04-06 00:17:42.965 +08:00 [DBG] =========Yi-SQL耗时49.4091毫秒=====
2024-04-06 00:17:42.967 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:17:42.967 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 86.9608ms
2024-04-06 00:17:42.967 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:17:42.975 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:17:42.975 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:17:42.976 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 00:17:42.976 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 00:17:42.980 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:17:42.980 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:17:42.981 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 00:18:24.152 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:18:24.152 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:18:24.225 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:18:24.225 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 73.1555ms
2024-04-06 00:18:24.225 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:18:35.627 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:18:35.627 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:18:35.635 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:18:35.635 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.3181ms
2024-04-06 00:18:35.635 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:18:42.589 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:18:42.590 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:18:42.597 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:18:42.597 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 7.4831ms
2024-04-06 00:18:42.597 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:21:11.001 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:21:11.002 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:21:11.039 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:21:11.039 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 37.8544ms
2024-04-06 00:21:11.039 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:21:14.213 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:21:14.213 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:21:14.223 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:21:14.223 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 9.731ms
2024-04-06 00:21:14.223 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:25:18.600 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 00:25:18.601 +08:00 [INF] 用户cc离开了，当前已连接0个
2024-04-06 00:25:18.601 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 00:25:18.654 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 00:25:19.531 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:25:19.531 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:25:19.531 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:25:19.531 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:25:19.532 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:25:19.532 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 00:25:19.532 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 00:25:19.533 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:25:19.533 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 00:25:19.533 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:25:19.533 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 00:25:19.533 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 00:25:19.535 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 00:25:19.542 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:25:19.542 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 9.5729ms
2024-04-06 00:25:19.542 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:25:19.544 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:25:19.544 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:25:19.545 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 00:25:19.560 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:25:19.561 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:25:19.562 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 00:25:19.594 +08:00 [INF] 2024/4/6 0:25:19：cc,HIDB4ZCZ24y1myLyguGVdw连接服务端success，当前已连接0个
2024-04-06 00:25:19.614 +08:00 [DBG] =========Yi-SQL耗时78.6318毫秒=====
2024-04-06 00:25:19.614 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 00:25:19.632 +08:00 [DBG] =========Yi-SQL耗时18.0806毫秒=====
2024-04-06 00:25:19.634 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:25:19.634 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 101.0085ms
2024-04-06 00:25:19.634 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:25:19.641 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:25:19.641 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:25:19.642 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 00:25:19.642 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 00:25:19.648 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:25:19.648 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:25:19.648 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 00:26:50.938 +08:00 [INF] 用户cc离开了，当前已连接0个
2024-04-06 00:26:50.938 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 00:26:50.941 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 00:26:51.005 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 00:26:51.443 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:26:51.443 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:26:51.443 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:26:51.443 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:26:51.444 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 00:26:51.444 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:26:51.445 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 00:26:51.445 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 00:26:51.445 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 00:26:51.445 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:26:51.445 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:26:51.445 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 00:26:51.454 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:26:51.454 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:26:51.455 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 00:26:51.456 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 00:26:51.458 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:26:51.459 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 13.7491ms
2024-04-06 00:26:51.459 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:26:51.478 +08:00 [DBG] =========Yi-SQL耗时22.9333毫秒=====
2024-04-06 00:26:51.479 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 00:26:51.483 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:26:51.483 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:26:51.483 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 00:26:51.497 +08:00 [DBG] =========Yi-SQL耗时18.0134毫秒=====
2024-04-06 00:26:51.498 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:26:51.498 +08:00 [INF] 2024/4/6 0:26:51：cc,eUWJ_MCst-5e3BN-LD9bUQ连接服务端success，当前已连接0个
2024-04-06 00:26:51.498 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 52.9527ms
2024-04-06 00:26:51.498 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:26:51.507 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:26:51.507 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:26:51.509 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 00:26:51.509 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 00:26:51.513 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:26:51.513 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:26:51.514 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 00:27:29.745 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.AccountService.Get (Yi.Framework.Rbac.Application)'
2024-04-06 00:27:29.745 +08:00 [INF] Route matched with {action = "Get", controller = "Account", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Yi.Framework.Rbac.Domain.Shared.Dtos.UserRoleMenuDto] Get() on controller Yi.Framework.Rbac.Application.Services.AccountService (Yi.Framework.Rbac.Application).
2024-04-06 00:27:29.788 +08:00 [INF] Executing ObjectResult, writing value of type 'Yi.Framework.Rbac.Domain.Shared.Dtos.UserRoleMenuDto'.
2024-04-06 00:27:29.791 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.AccountService.Get (Yi.Framework.Rbac.Application) in 45.959ms
2024-04-06 00:27:29.791 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.AccountService.Get (Yi.Framework.Rbac.Application)'
2024-04-06 00:27:29.797 +08:00 [INF] Executing endpoint 'Yi.Framework.Bbs.Application.Services.BbsUserInfoService.GetUserInfoByUserNameOrUserIdAsync (Yi.Framework.Bbs.Application)'
2024-04-06 00:27:29.797 +08:00 [INF] Route matched with {action = "GetUserInfoByUserNameOrUserId", controller = "BbsUserInfo", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Yi.Framework.Bbs.Domain.Managers.BbsUserInfoDto] GetUserInfoByUserNameOrUserIdAsync(System.String) on controller Yi.Framework.Bbs.Application.Services.BbsUserInfoService (Yi.Framework.Bbs.Application).
2024-04-06 00:27:29.818 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `user`.`Id` AS `Id` , `user`.`Icon` AS `Icon` , `info`.`Level` AS `Level` , `info`.`UserLimit` AS `UserLimit` , `info`.`Money` AS `Money` , `info`.`Experience` AS `Experience` , `info`.`AgreeNumber` AS `AgreeNumber` , `info`.`CommentNumber` AS `CommentNumber` , `info`.`DiscussNumber` AS `DiscussNumber` ,`user`.`Name` AS `Name` ,`user`.`Age` AS `Age` ,`user`.`UserName` AS `UserName` ,`user`.`Nick` AS `Nick` ,`user`.`Email` AS `Email` ,`user`.`Ip` AS `Ip` ,`user`.`Address` AS `Address` ,`user`.`Phone` AS `Phone` ,`user`.`Introduction` AS `Introduction` ,`user`.`Remark` AS `Remark` ,`user`.`Sex` AS `Sex` ,`user`.`CreationTime` AS `CreationTime` ,`user`.`State` AS `State` FROM `User` `user` Left JOIN `BbsUserExtraInfo` `info` ON ( `user`.`Id` = `info`.`UserId` )    WHERE ( `user`.`Id` = N'74b32e7e-4586-78ca-fd43-3a0fa9fbd640' )  AND ( `user`.`IsDeleted` = 0 )  AND ( 1 = 1 )    LIMIT 0,1
===============================

2024-04-06 00:27:29.869 +08:00 [DBG] =========Yi-SQL耗时50.6634毫秒=====
2024-04-06 00:27:29.869 +08:00 [INF] Executing ObjectResult, writing value of type 'Yi.Framework.Bbs.Domain.Managers.BbsUserInfoDto'.
2024-04-06 00:27:29.869 +08:00 [INF] Executed action Yi.Framework.Bbs.Application.Services.BbsUserInfoService.GetUserInfoByUserNameOrUserIdAsync (Yi.Framework.Bbs.Application) in 72.4368ms
2024-04-06 00:27:29.869 +08:00 [INF] Executed endpoint 'Yi.Framework.Bbs.Application.Services.BbsUserInfoService.GetUserInfoByUserNameOrUserIdAsync (Yi.Framework.Bbs.Application)'
2024-04-06 00:27:29.934 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:27:29.934 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:27:29.935 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 00:27:29.935 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 00:27:29.940 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:27:29.940 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:27:29.941 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 00:27:29.941 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:27:29.941 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 00:27:29.941 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 00:27:29.942 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:27:29.942 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 00:27:29.943 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 00:27:29.950 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:27:29.950 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.3618ms
2024-04-06 00:27:29.950 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 00:27:29.962 +08:00 [DBG] =========Yi-SQL耗时18.2316毫秒=====
2024-04-06 00:27:29.962 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 00:27:29.982 +08:00 [DBG] =========Yi-SQL耗时20.4738毫秒=====
2024-04-06 00:27:29.986 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 00:27:29.986 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 44.399ms
2024-04-06 00:27:29.986 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 00:27:29.998 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:27:29.998 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:27:30.000 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 00:27:30.000 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 00:27:30.016 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:27:30.016 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:27:30.018 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 00:27:30.032 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:27:30.032 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:27:30.033 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 00:27:30.047 +08:00 [INF] CORS policy execution failed.
2024-04-06 00:27:30.047 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 00:27:30.049 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 00:27:30.071 +08:00 [INF] 2024/4/6 0:27:30：core,y_XlbgwqCPny-hFpBy-i-g连接服务端success，当前已连接1个
2024-04-06 00:31:43.282 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 00:31:43.282 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 00:31:43.282 +08:00 [INF] 用户core离开了，当前已连接1个
2024-04-06 00:31:43.282 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 00:31:43.282 +08:00 [INF] 用户cc离开了，当前已连接0个
2024-04-06 00:31:43.284 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 00:31:43.361 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 00:31:43.361 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 04:33:46.489 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`CreationTime`,`ComparisonValue`,`Value`,`IsFluctuate` FROM `InterestRecords`    ORDER BY `CreationTime` DESC LIMIT 0,1
===============================

2024-04-06 04:33:46.560 +08:00 [DBG] =========Yi-SQL耗时71.3517毫秒=====
2024-04-06 04:33:46.645 +08:00 [WRN] UnitOfWorkManager.Current is null! Can not publish the event.
2024-04-06 04:33:46.646 +08:00 [DBG] 
==========Yi-SQL执行:==========
INSERT INTO `InterestRecords`  
           (`Id`,`CreationTime`,`ComparisonValue`,`Value`,`IsFluctuate`)
     VALUES
           (N'ed73b18c-2cbd-9a01-fe4b-3a11c2247e95',CAST('2024-04-06 04:33:46.645' AS DATETIME),1715.11,1.256400,0) ;
===============================

2024-04-06 04:33:46.673 +08:00 [DBG] =========Yi-SQL耗时27.0543毫秒=====
2024-04-06 12:30:49.902 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:49.902 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:49.902 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:49.902 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:49.903 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 12:30:49.904 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 12:30:49.905 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 12:30:49.906 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 12:30:49.932 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:49.932 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:49.938 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 12:30:49.938 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 12:30:50.107 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:50.107 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:50.110 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:50.111 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:50.111 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 12:30:50.111 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 12:30:50.116 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:50.116 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:50.118 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 12:30:50.118 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 12:30:50.128 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 12:30:50.128 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 12:30:50.626 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:50.626 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:50.628 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 12:30:50.673 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:50.673 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:50.675 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 12:30:50.707 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:50.707 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:50.708 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 12:30:50.781 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 12:30:50.851 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 12:30:50.854 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 12:30:51.105 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:51.105 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:51.106 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 12:30:51.130 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:51.130 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:51.131 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 12:30:51.160 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:51.160 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:51.161 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 12:30:51.177 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 12:30:51.182 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 12:30:51.184 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 12:30:52.350 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.AccountService.Get (Yi.Framework.Rbac.Application)'
2024-04-06 12:30:52.351 +08:00 [INF] Route matched with {action = "Get", controller = "Account", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Yi.Framework.Rbac.Domain.Shared.Dtos.UserRoleMenuDto] Get() on controller Yi.Framework.Rbac.Application.Services.AccountService (Yi.Framework.Rbac.Application).
2024-04-06 12:30:52.676 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:52.676 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:52.676 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:52.676 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:52.678 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 12:30:52.678 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 12:30:52.678 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 12:30:52.678 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 12:30:52.680 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 12:30:52.680 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 12:30:52.684 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 12:30:52.684 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 12:30:52.686 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:52.686 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:52.687 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 12:30:52.692 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 12:30:52.709 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:52.709 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:52.710 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 12:30:52.734 +08:00 [INF] 2024/4/6 12:30:52：cc,rKB4v6Kh1Xhj1cl0F0SrqA连接服务端success，当前已连接0个
2024-04-06 12:30:52.994 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 12:30:52.994 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 313.7919ms
2024-04-06 12:30:52.994 +08:00 [INF] Executing ObjectResult, writing value of type 'Yi.Framework.Rbac.Domain.Shared.Dtos.UserRoleMenuDto'.
2024-04-06 12:30:52.994 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 12:30:52.995 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.AccountService.Get (Yi.Framework.Rbac.Application) in 644.0541ms
2024-04-06 12:30:52.995 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.AccountService.Get (Yi.Framework.Rbac.Application)'
2024-04-06 12:30:53.006 +08:00 [INF] Executing endpoint 'Yi.Framework.Bbs.Application.Services.BbsUserInfoService.GetUserInfoByUserNameOrUserIdAsync (Yi.Framework.Bbs.Application)'
2024-04-06 12:30:53.006 +08:00 [INF] Route matched with {action = "GetUserInfoByUserNameOrUserId", controller = "BbsUserInfo", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Yi.Framework.Bbs.Domain.Managers.BbsUserInfoDto] GetUserInfoByUserNameOrUserIdAsync(System.String) on controller Yi.Framework.Bbs.Application.Services.BbsUserInfoService (Yi.Framework.Bbs.Application).
2024-04-06 12:30:53.023 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `user`.`Id` AS `Id` , `user`.`Icon` AS `Icon` , `info`.`Level` AS `Level` , `info`.`UserLimit` AS `UserLimit` , `info`.`Money` AS `Money` , `info`.`Experience` AS `Experience` , `info`.`AgreeNumber` AS `AgreeNumber` , `info`.`CommentNumber` AS `CommentNumber` , `info`.`DiscussNumber` AS `DiscussNumber` ,`user`.`Name` AS `Name` ,`user`.`Age` AS `Age` ,`user`.`UserName` AS `UserName` ,`user`.`Nick` AS `Nick` ,`user`.`Email` AS `Email` ,`user`.`Ip` AS `Ip` ,`user`.`Address` AS `Address` ,`user`.`Phone` AS `Phone` ,`user`.`Introduction` AS `Introduction` ,`user`.`Remark` AS `Remark` ,`user`.`Sex` AS `Sex` ,`user`.`CreationTime` AS `CreationTime` ,`user`.`State` AS `State` FROM `User` `user` Left JOIN `BbsUserExtraInfo` `info` ON ( `user`.`Id` = `info`.`UserId` )    WHERE ( `user`.`Id` = N'74b32e7e-4586-78ca-fd43-3a0fa9fbd640' )  AND ( `user`.`IsDeleted` = 0 )  AND ( 1 = 1 )    LIMIT 0,1
===============================

2024-04-06 12:30:53.313 +08:00 [DBG] =========Yi-SQL耗时289.5136毫秒=====
2024-04-06 12:30:53.313 +08:00 [INF] Executing ObjectResult, writing value of type 'Yi.Framework.Bbs.Domain.Managers.BbsUserInfoDto'.
2024-04-06 12:30:53.314 +08:00 [INF] Executed action Yi.Framework.Bbs.Application.Services.BbsUserInfoService.GetUserInfoByUserNameOrUserIdAsync (Yi.Framework.Bbs.Application) in 307.7128ms
2024-04-06 12:30:53.314 +08:00 [INF] Executed endpoint 'Yi.Framework.Bbs.Application.Services.BbsUserInfoService.GetUserInfoByUserNameOrUserIdAsync (Yi.Framework.Bbs.Application)'
2024-04-06 12:30:53.418 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:53.419 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:53.419 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:53.420 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 12:30:53.420 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 12:30:53.423 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:53.423 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 12:30:53.423 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 12:30:53.426 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 12:30:53.426 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 12:30:53.427 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 12:30:53.427 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 12:30:53.430 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 12:30:53.438 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Application.Contracts.Dtos.ChatUserGetListOutputDto, Yi.Framework.ChatHub.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 12:30:53.442 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 18.2788ms
2024-04-06 12:30:53.443 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 12:30:53.449 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:53.449 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:53.451 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 12:30:53.460 +08:00 [DBG] =========Yi-SQL耗时29.2945毫秒=====
2024-04-06 12:30:53.461 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 12:30:53.468 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:53.469 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:53.472 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 12:30:53.490 +08:00 [DBG] =========Yi-SQL耗时28.9433毫秒=====
2024-04-06 12:30:53.492 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 12:30:53.492 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 64.9489ms
2024-04-06 12:30:53.492 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 12:30:53.505 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:53.505 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:53.506 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 12:30:53.506 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 12:30:53.514 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:30:53.514 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:30:53.515 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 12:30:53.528 +08:00 [INF] 2024/4/6 12:30:53：core,TfP70Dz5YZdNbnTooOWRpQ连接服务端success，当前已连接1个
2024-04-06 12:31:00.612 +08:00 [DBG] =========Yi-SQL耗时7925.5054毫秒=====
2024-04-06 12:31:00.613 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 12:31:00.631 +08:00 [DBG] =========Yi-SQL耗时17.8632毫秒=====
2024-04-06 12:31:00.632 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 12:31:00.632 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 7947.6124ms
2024-04-06 12:31:00.632 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 12:31:00.639 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:31:00.639 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:31:00.639 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 12:31:00.639 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 12:31:00.644 +08:00 [INF] CORS policy execution failed.
2024-04-06 12:31:00.644 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 12:31:00.644 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 12:31:12.925 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`CreationTime`,`ComparisonValue`,`Value`,`IsFluctuate` FROM `InterestRecords`    ORDER BY `CreationTime` DESC LIMIT 0,1
===============================

2024-04-06 12:31:12.946 +08:00 [DBG] =========Yi-SQL耗时20.8439毫秒=====
2024-04-06 12:31:13.672 +08:00 [WRN] UnitOfWorkManager.Current is null! Can not publish the event.
2024-04-06 12:31:13.672 +08:00 [DBG] 
==========Yi-SQL执行:==========
INSERT INTO `InterestRecords`  
           (`Id`,`CreationTime`,`ComparisonValue`,`Value`,`IsFluctuate`)
     VALUES
           (N'f969c727-29a2-5033-f47e-3a11c3d99d08',CAST('2024-04-06 12:31:13.672' AS DATETIME),1715.11,1.256400,0) ;
===============================

2024-04-06 12:31:13.743 +08:00 [DBG] =========Yi-SQL耗时70.1951毫秒=====
2024-04-06 13:00:00.004 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`CreationTime`,`ComparisonValue`,`Value`,`IsFluctuate` FROM `InterestRecords`    ORDER BY `CreationTime` DESC LIMIT 0,1
===============================

2024-04-06 13:00:00.762 +08:00 [DBG] =========Yi-SQL耗时759.0672毫秒=====
2024-04-06 13:00:01.269 +08:00 [WRN] UnitOfWorkManager.Current is null! Can not publish the event.
2024-04-06 13:00:01.270 +08:00 [DBG] 
==========Yi-SQL执行:==========
INSERT INTO `InterestRecords`  
           (`Id`,`CreationTime`,`ComparisonValue`,`Value`,`IsFluctuate`)
     VALUES
           (N'7eec481d-f1a6-d4c9-3c99-3a11c3f3f975',CAST('2024-04-06 13:00:01.269' AS DATETIME),1715.11,1.256400,0) ;
===============================

2024-04-06 13:00:01.305 +08:00 [DBG] =========Yi-SQL耗时35.0755毫秒=====
2024-04-06 15:38:32.915 +08:00 [INF] 
   __     ___   ______                                           _    
   \ \   / (_) |  ____|                                         | |   
    \ \_/ / _  | |__ _ __ __ _ _ __ ___   _____      _____  _ __| | __
     \   / | | |  __| '__/ _` | '_ ` _ \ / _ \ \ /\ / / _ \| '__| |/ /
      | |  | | | |  | | | (_| | | | | | |  __/\ V  V / (_) | |  |   < 
      |_|  |_| |_|  |_|  \__,_|_| |_| |_|\___| \_/\_/ \___/|_|  |_|\_\

2024-04-06 15:38:32.933 +08:00 [INF] Yi框架-Abp.vNext，启动！
2024-04-06 15:39:22.077 +08:00 [INF] 
   __     ___   ______                                           _    
   \ \   / (_) |  ____|                                         | |   
    \ \_/ / _  | |__ _ __ __ _ _ __ ___   _____      _____  _ __| | __
     \   / | | |  __| '__/ _` | '_ ` _ \ / _ \ \ /\ / / _ \| '__| |/ /
      | |  | | | |  | | | (_| | | | | | |  __/\ V  V / (_) | |  |   < 
      |_|  |_| |_|  |_|  \__,_|_| |_| |_|\___| \_/\_/ \___/|_|  |_|\_\

2024-04-06 15:39:22.095 +08:00 [INF] Yi框架-Abp.vNext，启动！
2024-04-06 15:39:26.565 +08:00 [INF] Loaded ABP modules:
2024-04-06 15:39:26.565 +08:00 [INF] - Yi.Abp.Web.YiAbpWebModule
2024-04-06 15:39:26.565 +08:00 [INF]   - Yi.Abp.SqlsugarCore.YiAbpSqlSugarCoreModule
2024-04-06 15:39:26.565 +08:00 [INF]     - Yi.Abp.Domain.YiAbpDomainModule
2024-04-06 15:39:26.565 +08:00 [INF]       - Yi.Abp.Domain.Shared.YiAbpDomainSharedModule
2024-04-06 15:39:26.565 +08:00 [INF]         - Yi.Framework.Rbac.Domain.Shared.YiFrameworkRbacDomainSharedModule
2024-04-06 15:39:26.565 +08:00 [INF]           - Volo.Abp.Domain.AbpDddDomainSharedModule
2024-04-06 15:39:26.565 +08:00 [INF]             - Volo.Abp.MultiTenancy.AbpMultiTenancyAbstractionsModule
2024-04-06 15:39:26.565 +08:00 [INF]               - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2024-04-06 15:39:26.565 +08:00 [INF]               - Volo.Abp.Localization.AbpLocalizationModule
2024-04-06 15:39:26.565 +08:00 [INF]                 - Volo.Abp.Settings.AbpSettingsModule
2024-04-06 15:39:26.565 +08:00 [INF]                   - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2024-04-06 15:39:26.565 +08:00 [INF]                   - Volo.Abp.Security.AbpSecurityModule
2024-04-06 15:39:26.565 +08:00 [INF]                   - Volo.Abp.Data.AbpDataModule
2024-04-06 15:39:26.565 +08:00 [INF]                     - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2024-04-06 15:39:26.565 +08:00 [INF]                       - Volo.Abp.Validation.AbpValidationAbstractionsModule
2024-04-06 15:39:26.565 +08:00 [INF]                     - Volo.Abp.Uow.AbpUnitOfWorkModule
2024-04-06 15:39:26.565 +08:00 [INF]                     - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2024-04-06 15:39:26.565 +08:00 [INF]                 - Volo.Abp.Threading.AbpThreadingModule
2024-04-06 15:39:26.565 +08:00 [INF]           - Yi.Framework.Mapster.YiFrameworkMapsterModule
2024-04-06 15:39:26.565 +08:00 [INF]             - Yi.Framework.Core.YiFrameworkCoreModule
2024-04-06 15:39:26.565 +08:00 [INF]             - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2024-04-06 15:39:26.565 +08:00 [INF]         - Yi.Framework.Bbs.Domain.Shared.YiFrameworkBbsDomainSharedModule
2024-04-06 15:39:26.565 +08:00 [INF]         - Yi.Framework.ChatHub.Domain.Shared.YiFrameworkChatHubDomainSharedModule
2024-04-06 15:39:26.565 +08:00 [INF]         - Yi.Framework.AuditLogging.Domain.Shared.YiFrameworkAuditLoggingDomainSharedModule
2024-04-06 15:39:26.565 +08:00 [INF]       - Yi.Framework.TenantManagement.Domain.YiFrameworkTenantManagementDomainModule
2024-04-06 15:39:26.565 +08:00 [INF]         - Volo.Abp.Domain.AbpDddDomainModule
2024-04-06 15:39:26.565 +08:00 [INF]           - Volo.Abp.Auditing.AbpAuditingModule
2024-04-06 15:39:26.565 +08:00 [INF]             - Volo.Abp.Json.AbpJsonModule
2024-04-06 15:39:26.566 +08:00 [INF]               - Volo.Abp.Json.SystemTextJson.AbpJsonSystemTextJsonModule
2024-04-06 15:39:26.566 +08:00 [INF]                 - Volo.Abp.Json.AbpJsonAbstractionsModule
2024-04-06 15:39:26.566 +08:00 [INF]                 - Volo.Abp.Timing.AbpTimingModule
2024-04-06 15:39:26.566 +08:00 [INF]             - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2024-04-06 15:39:26.566 +08:00 [INF]             - Volo.Abp.Auditing.AbpAuditingContractsModule
2024-04-06 15:39:26.566 +08:00 [INF]           - Volo.Abp.EventBus.AbpEventBusModule
2024-04-06 15:39:26.566 +08:00 [INF]             - Volo.Abp.Guids.AbpGuidsModule
2024-04-06 15:39:26.566 +08:00 [INF]             - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule
2024-04-06 15:39:26.566 +08:00 [INF]             - Volo.Abp.DistributedLocking.AbpDistributedLockingAbstractionsModule
2024-04-06 15:39:26.566 +08:00 [INF]           - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2024-04-06 15:39:26.566 +08:00 [INF]           - Volo.Abp.Specifications.AbpSpecificationsModule
2024-04-06 15:39:26.566 +08:00 [INF]           - Volo.Abp.Caching.AbpCachingModule
2024-04-06 15:39:26.566 +08:00 [INF]             - Volo.Abp.Serialization.AbpSerializationModule
2024-04-06 15:39:26.566 +08:00 [INF]         - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule
2024-04-06 15:39:26.566 +08:00 [INF]           - Volo.Abp.Validation.AbpValidationModule
2024-04-06 15:39:26.566 +08:00 [INF]       - Yi.Framework.Rbac.Domain.YiFrameworkRbacDomainModule
2024-04-06 15:39:26.566 +08:00 [INF]         - Yi.Framework.Caching.FreeRedis.YiFrameworkCachingFreeRedisModule
2024-04-06 15:39:26.566 +08:00 [INF]         - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule
2024-04-06 15:39:26.566 +08:00 [INF]           - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2024-04-06 15:39:26.566 +08:00 [INF]             - Volo.Abp.Http.AbpHttpModule
2024-04-06 15:39:26.566 +08:00 [INF]               - Volo.Abp.Http.AbpHttpAbstractionsModule
2024-04-06 15:39:26.566 +08:00 [INF]               - Volo.Abp.Minify.AbpMinifyModule
2024-04-06 15:39:26.566 +08:00 [INF]             - Volo.Abp.Authorization.AbpAuthorizationModule
2024-04-06 15:39:26.566 +08:00 [INF]               - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2024-04-06 15:39:26.566 +08:00 [INF]       - Yi.Framework.Bbs.Domain.YiFrameworkBbsDomainModule
2024-04-06 15:39:26.566 +08:00 [INF]       - Yi.Framework.ChatHub.Domain.YiFrameworkChatHubDomainModule
2024-04-06 15:39:26.566 +08:00 [INF]       - Yi.Framework.AuditLogging.Domain.YiFrameworkAuditLoggingDomainModule
2024-04-06 15:39:26.566 +08:00 [INF]     - Yi.Framework.Rbac.SqlSugarCore.YiFrameworkRbacSqlSugarCoreModule
2024-04-06 15:39:26.566 +08:00 [INF]       - Yi.Framework.SqlSugarCore.YiFrameworkSqlSugarCoreModule
2024-04-06 15:39:26.566 +08:00 [INF]     - Yi.Framework.Bbs.SqlSugarCore.YiFrameworkBbsSqlSugarCoreModule
2024-04-06 15:39:26.566 +08:00 [INF]     - Yi.Framework.CodeGen.SqlSugarCore.YiFrameworkCodeGenSqlSugarCoreModule
2024-04-06 15:39:26.566 +08:00 [INF]     - Yi.Framework.ChatHub.SqlSugarCore.YiFrameworkChatHubSqlSugarCoreModule
2024-04-06 15:39:26.566 +08:00 [INF]     - Yi.Framework.AuditLogging.SqlSugarCore.YiFrameworkAuditLoggingSqlSugarCoreModule
2024-04-06 15:39:26.566 +08:00 [INF]     - Yi.Framework.TenantManagement.SqlSugarCore.YiFrameworkTenantManagementSqlSugarCoreModule
2024-04-06 15:39:26.566 +08:00 [INF]   - Yi.Abp.Application.YiAbpApplicationModule
2024-04-06 15:39:26.566 +08:00 [INF]     - Yi.Abp.Application.Contracts.YiAbpApplicationContractsModule
2024-04-06 15:39:26.566 +08:00 [INF]       - Yi.Framework.Rbac.Application.Contracts.YiFrameworkRbacApplicationContractsModule
2024-04-06 15:39:26.566 +08:00 [INF]         - Yi.Framework.Ddd.Application.Contracts.YiFrameworkDddApplicationContractsModule
2024-04-06 15:39:26.566 +08:00 [INF]           - Volo.Abp.Application.AbpDddApplicationContractsModule
2024-04-06 15:39:26.566 +08:00 [INF]       - Yi.Framework.Bbs.Application.Contracts.YiFrameworkBbsApplicationContractsModule
2024-04-06 15:39:26.566 +08:00 [INF]       - Yi.Framework.ChatHub.Application.Contracts.YiFrameworkChatHubApplicationContractsModule
2024-04-06 15:39:26.566 +08:00 [INF]       - Yi.Framework.TenantManagement.Application.Contracts.YiFrameworkTenantManagementApplicationContractsModule
2024-04-06 15:39:26.566 +08:00 [INF]     - Yi.Framework.Rbac.Application.YiFrameworkRbacApplicationModule
2024-04-06 15:39:26.566 +08:00 [INF]       - Yi.Framework.Ddd.Application.YiFrameworkDddApplicationModule
2024-04-06 15:39:26.566 +08:00 [INF]         - Volo.Abp.Application.AbpDddApplicationModule
2024-04-06 15:39:26.566 +08:00 [INF]           - Volo.Abp.Features.AbpFeaturesModule
2024-04-06 15:39:26.566 +08:00 [INF]           - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2024-04-06 15:39:26.566 +08:00 [INF]       - Volo.Abp.BackgroundWorkers.Quartz.AbpBackgroundWorkersQuartzModule
2024-04-06 15:39:26.566 +08:00 [INF]         - Volo.Abp.Quartz.AbpQuartzModule
2024-04-06 15:39:26.566 +08:00 [INF]     - Yi.Framework.Bbs.Application.YiFrameworkBbsApplicationModule
2024-04-06 15:39:26.566 +08:00 [INF]     - Yi.Framework.ChatHub.Application.YiFrameworkChatHubApplicationModule
2024-04-06 15:39:26.566 +08:00 [INF]     - Yi.Framework.TenantManagement.Application.YiFrameworkTenantManagementApplicationModule
2024-04-06 15:39:26.566 +08:00 [INF]     - Yi.Framework.CodeGen.Application.YiFrameworkCodeGenApplicationModule
2024-04-06 15:39:26.566 +08:00 [INF]       - Yi.Framework.CodeGen.Application.Contracts.YiFrameworkCodeGenApplicationContractsModule
2024-04-06 15:39:26.566 +08:00 [INF]         - Yi.Framework.CodeGen.Domain.Shared.YiFrameworkCodeGenDomainSharedModule
2024-04-06 15:39:26.566 +08:00 [INF]       - Yi.Framework.CodeGen.Domain.YiFrameworkCodeGenDomainModule
2024-04-06 15:39:26.566 +08:00 [INF]         - Yi.Framework.SqlSugarCore.Abstractions.YiFrameworkSqlSugarCoreAbstractionsModule
2024-04-06 15:39:26.566 +08:00 [INF]   - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2024-04-06 15:39:26.566 +08:00 [INF]   - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2024-04-06 15:39:26.566 +08:00 [INF]     - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2024-04-06 15:39:26.566 +08:00 [INF]     - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2024-04-06 15:39:26.566 +08:00 [INF]     - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2024-04-06 15:39:26.566 +08:00 [INF]       - Volo.Abp.UI.AbpUiModule
2024-04-06 15:39:26.566 +08:00 [INF]   - Volo.Abp.Autofac.AbpAutofacModule
2024-04-06 15:39:26.566 +08:00 [INF]     - Volo.Abp.Castle.AbpCastleCoreModule
2024-04-06 15:39:26.566 +08:00 [INF]   - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2024-04-06 15:39:26.566 +08:00 [INF]   - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2024-04-06 15:39:26.566 +08:00 [INF]   - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule
2024-04-06 15:39:26.566 +08:00 [INF]   - Yi.Framework.AspNetCore.YiFrameworkAspNetCoreModule
2024-04-06 15:39:26.566 +08:00 [INF]   - Yi.Framework.AspNetCore.Authentication.OAuth.YiFrameworkAspNetCoreAuthenticationOAuthModule
2024-04-06 15:39:26.572 +08:00 [DBG] ==========模块Initialize初始化统计-跳过0ms模块==========
2024-04-06 15:39:26.576 +08:00 [INF] 
==========Yi-SQL配置:==========
数据库连接字符串：server=106.52.94.217;port=3306;database=yi-abp-pro;user id=root;password=Qz52013142020.
数据库类型：MySql
是否开启种子数据：False
是否开启CodeFirst：False
是否开启Saas多租户：False
===============================

2024-04-06 15:39:26.577 +08:00 [DBG] 耗时-3ms,已加载模块-Yi.Framework.SqlSugarCore
2024-04-06 15:39:26.579 +08:00 [DBG] 耗时-2ms,已加载模块-Volo.Abp.BackgroundWorkers.Quartz
2024-04-06 15:39:26.645 +08:00 [DBG] 耗时-65ms,已加载模块-Volo.Abp.BackgroundWorkers
2024-04-06 15:39:26.651 +08:00 [DBG] 耗时-5ms,已加载模块-Volo.Abp.EventBus
2024-04-06 15:39:26.692 +08:00 [DBG] 耗时-40ms,已加载模块-Volo.Abp.AspNetCore
2024-04-06 15:39:26.697 +08:00 [DBG] 耗时-5ms,已加载模块-Volo.Abp.Quartz
2024-04-06 15:39:26.778 +08:00 [DBG] 耗时-80ms,已加载模块-Volo.Abp.BackgroundWorkers.Quartz
2024-04-06 15:39:26.781 +08:00 [DBG] 耗时-3ms,已加载模块-Volo.Abp.AspNetCore.Mvc
2024-04-06 15:39:27.021 +08:00 [INF] User profile is available. Using 'C:\Users\Administrator\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2024-04-06 15:39:27.122 +08:00 [DBG] 耗时-340ms,已加载模块-Yi.Abp.Web
2024-04-06 15:39:27.130 +08:00 [INF] 正在初始化【BBS-等级数据】......
2024-04-06 15:39:27.192 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`CurrentLevel`,`MinExperience`,`Name`,`Nick`,`Logo` FROM `Level`  
===============================

2024-04-06 15:39:27.553 +08:00 [DBG] =========Yi-SQL耗时361.0554毫秒=====
2024-04-06 15:39:28.140 +08:00 [INF] 已完成初始化【BBS-等级数据】
2024-04-06 15:39:28.140 +08:00 [DBG] 耗时-1018ms,已加载模块-Yi.Framework.Bbs.Domain
2024-04-06 15:39:28.141 +08:00 [INF] ==========【392】个模块初始化执行完毕，总耗时【1561ms】==========
2024-04-06 15:39:28.238 +08:00 [INF] Now listening on: http://[::]:19001
2024-04-06 15:39:28.407 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2024-04-06 15:39:28.407 +08:00 [INF] Hosting environment: Development
2024-04-06 15:39:28.407 +08:00 [INF] Content root path: D:\code\csharp\source\Yi\Yi.Abp.Net8\src\Yi.Abp.Web
2024-04-06 15:39:30.133 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:39:30.133 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:39:30.133 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:39:30.135 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:39:30.135 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:39:30.135 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:39:30.233 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 15:39:30.233 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 15:39:30.233 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 15:39:30.240 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 15:39:30.240 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 15:39:30.240 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 15:39:30.259 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:39:30.259 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:39:30.263 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 15:39:30.291 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:39:30.291 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:39:30.294 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 15:39:30.313 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:39:30.313 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:39:30.320 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 15:39:30.379 +08:00 [INF] 2024/4/6 15:39:30：cc,WjaUiI5ukW9G9eo3RMeF0w连接服务端success，当前已连接0个
2024-04-06 15:39:31.127 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:39:31.127 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:39:31.127 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:39:31.127 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:39:31.127 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:39:31.127 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:39:31.130 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 15:39:31.130 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 15:39:31.130 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 15:39:31.131 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 15:39:31.131 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 15:39:31.131 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 15:39:31.137 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:39:31.137 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:39:31.139 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 15:39:31.154 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:39:31.154 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:39:31.156 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 15:39:31.172 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:39:31.172 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:39:31.174 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 15:39:31.213 +08:00 [INF] 2024/4/6 15:39:31：core,LyqnZ0j-fqQe49iyf7uMbA连接服务端success，当前已连接1个
2024-04-06 15:40:19.802 +08:00 [INF] 
   __     ___   ______                                           _    
   \ \   / (_) |  ____|                                         | |   
    \ \_/ / _  | |__ _ __ __ _ _ __ ___   _____      _____  _ __| | __
     \   / | | |  __| '__/ _` | '_ ` _ \ / _ \ \ /\ / / _ \| '__| |/ /
      | |  | | | |  | | | (_| | | | | | |  __/\ V  V / (_) | |  |   < 
      |_|  |_| |_|  |_|  \__,_|_| |_| |_|\___| \_/\_/ \___/|_|  |_|\_\

2024-04-06 15:40:19.820 +08:00 [INF] Yi框架-Abp.vNext，启动！
2024-04-06 15:40:24.360 +08:00 [INF] Loaded ABP modules:
2024-04-06 15:40:24.361 +08:00 [INF] - Yi.Abp.Web.YiAbpWebModule
2024-04-06 15:40:24.361 +08:00 [INF]   - Yi.Abp.SqlsugarCore.YiAbpSqlSugarCoreModule
2024-04-06 15:40:24.361 +08:00 [INF]     - Yi.Abp.Domain.YiAbpDomainModule
2024-04-06 15:40:24.361 +08:00 [INF]       - Yi.Abp.Domain.Shared.YiAbpDomainSharedModule
2024-04-06 15:40:24.361 +08:00 [INF]         - Yi.Framework.Rbac.Domain.Shared.YiFrameworkRbacDomainSharedModule
2024-04-06 15:40:24.361 +08:00 [INF]           - Volo.Abp.Domain.AbpDddDomainSharedModule
2024-04-06 15:40:24.361 +08:00 [INF]             - Volo.Abp.MultiTenancy.AbpMultiTenancyAbstractionsModule
2024-04-06 15:40:24.361 +08:00 [INF]               - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2024-04-06 15:40:24.361 +08:00 [INF]               - Volo.Abp.Localization.AbpLocalizationModule
2024-04-06 15:40:24.361 +08:00 [INF]                 - Volo.Abp.Settings.AbpSettingsModule
2024-04-06 15:40:24.361 +08:00 [INF]                   - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2024-04-06 15:40:24.361 +08:00 [INF]                   - Volo.Abp.Security.AbpSecurityModule
2024-04-06 15:40:24.361 +08:00 [INF]                   - Volo.Abp.Data.AbpDataModule
2024-04-06 15:40:24.361 +08:00 [INF]                     - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2024-04-06 15:40:24.361 +08:00 [INF]                       - Volo.Abp.Validation.AbpValidationAbstractionsModule
2024-04-06 15:40:24.361 +08:00 [INF]                     - Volo.Abp.Uow.AbpUnitOfWorkModule
2024-04-06 15:40:24.361 +08:00 [INF]                     - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2024-04-06 15:40:24.361 +08:00 [INF]                 - Volo.Abp.Threading.AbpThreadingModule
2024-04-06 15:40:24.361 +08:00 [INF]           - Yi.Framework.Mapster.YiFrameworkMapsterModule
2024-04-06 15:40:24.361 +08:00 [INF]             - Yi.Framework.Core.YiFrameworkCoreModule
2024-04-06 15:40:24.361 +08:00 [INF]             - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2024-04-06 15:40:24.361 +08:00 [INF]         - Yi.Framework.Bbs.Domain.Shared.YiFrameworkBbsDomainSharedModule
2024-04-06 15:40:24.361 +08:00 [INF]         - Yi.Framework.ChatHub.Domain.Shared.YiFrameworkChatHubDomainSharedModule
2024-04-06 15:40:24.361 +08:00 [INF]         - Yi.Framework.AuditLogging.Domain.Shared.YiFrameworkAuditLoggingDomainSharedModule
2024-04-06 15:40:24.361 +08:00 [INF]       - Yi.Framework.TenantManagement.Domain.YiFrameworkTenantManagementDomainModule
2024-04-06 15:40:24.361 +08:00 [INF]         - Volo.Abp.Domain.AbpDddDomainModule
2024-04-06 15:40:24.361 +08:00 [INF]           - Volo.Abp.Auditing.AbpAuditingModule
2024-04-06 15:40:24.361 +08:00 [INF]             - Volo.Abp.Json.AbpJsonModule
2024-04-06 15:40:24.361 +08:00 [INF]               - Volo.Abp.Json.SystemTextJson.AbpJsonSystemTextJsonModule
2024-04-06 15:40:24.361 +08:00 [INF]                 - Volo.Abp.Json.AbpJsonAbstractionsModule
2024-04-06 15:40:24.361 +08:00 [INF]                 - Volo.Abp.Timing.AbpTimingModule
2024-04-06 15:40:24.361 +08:00 [INF]             - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2024-04-06 15:40:24.361 +08:00 [INF]             - Volo.Abp.Auditing.AbpAuditingContractsModule
2024-04-06 15:40:24.361 +08:00 [INF]           - Volo.Abp.EventBus.AbpEventBusModule
2024-04-06 15:40:24.361 +08:00 [INF]             - Volo.Abp.Guids.AbpGuidsModule
2024-04-06 15:40:24.361 +08:00 [INF]             - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule
2024-04-06 15:40:24.361 +08:00 [INF]             - Volo.Abp.DistributedLocking.AbpDistributedLockingAbstractionsModule
2024-04-06 15:40:24.362 +08:00 [INF]           - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2024-04-06 15:40:24.362 +08:00 [INF]           - Volo.Abp.Specifications.AbpSpecificationsModule
2024-04-06 15:40:24.362 +08:00 [INF]           - Volo.Abp.Caching.AbpCachingModule
2024-04-06 15:40:24.362 +08:00 [INF]             - Volo.Abp.Serialization.AbpSerializationModule
2024-04-06 15:40:24.362 +08:00 [INF]         - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule
2024-04-06 15:40:24.362 +08:00 [INF]           - Volo.Abp.Validation.AbpValidationModule
2024-04-06 15:40:24.362 +08:00 [INF]       - Yi.Framework.Rbac.Domain.YiFrameworkRbacDomainModule
2024-04-06 15:40:24.362 +08:00 [INF]         - Yi.Framework.Caching.FreeRedis.YiFrameworkCachingFreeRedisModule
2024-04-06 15:40:24.362 +08:00 [INF]         - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule
2024-04-06 15:40:24.362 +08:00 [INF]           - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2024-04-06 15:40:24.362 +08:00 [INF]             - Volo.Abp.Http.AbpHttpModule
2024-04-06 15:40:24.362 +08:00 [INF]               - Volo.Abp.Http.AbpHttpAbstractionsModule
2024-04-06 15:40:24.362 +08:00 [INF]               - Volo.Abp.Minify.AbpMinifyModule
2024-04-06 15:40:24.362 +08:00 [INF]             - Volo.Abp.Authorization.AbpAuthorizationModule
2024-04-06 15:40:24.362 +08:00 [INF]               - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2024-04-06 15:40:24.362 +08:00 [INF]       - Yi.Framework.Bbs.Domain.YiFrameworkBbsDomainModule
2024-04-06 15:40:24.362 +08:00 [INF]       - Yi.Framework.ChatHub.Domain.YiFrameworkChatHubDomainModule
2024-04-06 15:40:24.362 +08:00 [INF]       - Yi.Framework.AuditLogging.Domain.YiFrameworkAuditLoggingDomainModule
2024-04-06 15:40:24.362 +08:00 [INF]     - Yi.Framework.Rbac.SqlSugarCore.YiFrameworkRbacSqlSugarCoreModule
2024-04-06 15:40:24.362 +08:00 [INF]       - Yi.Framework.SqlSugarCore.YiFrameworkSqlSugarCoreModule
2024-04-06 15:40:24.362 +08:00 [INF]     - Yi.Framework.Bbs.SqlSugarCore.YiFrameworkBbsSqlSugarCoreModule
2024-04-06 15:40:24.362 +08:00 [INF]     - Yi.Framework.CodeGen.SqlSugarCore.YiFrameworkCodeGenSqlSugarCoreModule
2024-04-06 15:40:24.362 +08:00 [INF]     - Yi.Framework.ChatHub.SqlSugarCore.YiFrameworkChatHubSqlSugarCoreModule
2024-04-06 15:40:24.362 +08:00 [INF]     - Yi.Framework.AuditLogging.SqlSugarCore.YiFrameworkAuditLoggingSqlSugarCoreModule
2024-04-06 15:40:24.362 +08:00 [INF]     - Yi.Framework.TenantManagement.SqlSugarCore.YiFrameworkTenantManagementSqlSugarCoreModule
2024-04-06 15:40:24.362 +08:00 [INF]   - Yi.Abp.Application.YiAbpApplicationModule
2024-04-06 15:40:24.362 +08:00 [INF]     - Yi.Abp.Application.Contracts.YiAbpApplicationContractsModule
2024-04-06 15:40:24.362 +08:00 [INF]       - Yi.Framework.Rbac.Application.Contracts.YiFrameworkRbacApplicationContractsModule
2024-04-06 15:40:24.362 +08:00 [INF]         - Yi.Framework.Ddd.Application.Contracts.YiFrameworkDddApplicationContractsModule
2024-04-06 15:40:24.362 +08:00 [INF]           - Volo.Abp.Application.AbpDddApplicationContractsModule
2024-04-06 15:40:24.362 +08:00 [INF]       - Yi.Framework.Bbs.Application.Contracts.YiFrameworkBbsApplicationContractsModule
2024-04-06 15:40:24.362 +08:00 [INF]       - Yi.Framework.ChatHub.Application.Contracts.YiFrameworkChatHubApplicationContractsModule
2024-04-06 15:40:24.362 +08:00 [INF]       - Yi.Framework.TenantManagement.Application.Contracts.YiFrameworkTenantManagementApplicationContractsModule
2024-04-06 15:40:24.362 +08:00 [INF]     - Yi.Framework.Rbac.Application.YiFrameworkRbacApplicationModule
2024-04-06 15:40:24.362 +08:00 [INF]       - Yi.Framework.Ddd.Application.YiFrameworkDddApplicationModule
2024-04-06 15:40:24.362 +08:00 [INF]         - Volo.Abp.Application.AbpDddApplicationModule
2024-04-06 15:40:24.362 +08:00 [INF]           - Volo.Abp.Features.AbpFeaturesModule
2024-04-06 15:40:24.362 +08:00 [INF]           - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2024-04-06 15:40:24.362 +08:00 [INF]       - Volo.Abp.BackgroundWorkers.Quartz.AbpBackgroundWorkersQuartzModule
2024-04-06 15:40:24.362 +08:00 [INF]         - Volo.Abp.Quartz.AbpQuartzModule
2024-04-06 15:40:24.362 +08:00 [INF]     - Yi.Framework.Bbs.Application.YiFrameworkBbsApplicationModule
2024-04-06 15:40:24.362 +08:00 [INF]     - Yi.Framework.ChatHub.Application.YiFrameworkChatHubApplicationModule
2024-04-06 15:40:24.362 +08:00 [INF]     - Yi.Framework.TenantManagement.Application.YiFrameworkTenantManagementApplicationModule
2024-04-06 15:40:24.362 +08:00 [INF]     - Yi.Framework.CodeGen.Application.YiFrameworkCodeGenApplicationModule
2024-04-06 15:40:24.362 +08:00 [INF]       - Yi.Framework.CodeGen.Application.Contracts.YiFrameworkCodeGenApplicationContractsModule
2024-04-06 15:40:24.362 +08:00 [INF]         - Yi.Framework.CodeGen.Domain.Shared.YiFrameworkCodeGenDomainSharedModule
2024-04-06 15:40:24.362 +08:00 [INF]       - Yi.Framework.CodeGen.Domain.YiFrameworkCodeGenDomainModule
2024-04-06 15:40:24.362 +08:00 [INF]         - Yi.Framework.SqlSugarCore.Abstractions.YiFrameworkSqlSugarCoreAbstractionsModule
2024-04-06 15:40:24.362 +08:00 [INF]   - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2024-04-06 15:40:24.362 +08:00 [INF]   - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2024-04-06 15:40:24.362 +08:00 [INF]     - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2024-04-06 15:40:24.362 +08:00 [INF]     - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2024-04-06 15:40:24.362 +08:00 [INF]     - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2024-04-06 15:40:24.362 +08:00 [INF]       - Volo.Abp.UI.AbpUiModule
2024-04-06 15:40:24.362 +08:00 [INF]   - Volo.Abp.Autofac.AbpAutofacModule
2024-04-06 15:40:24.362 +08:00 [INF]     - Volo.Abp.Castle.AbpCastleCoreModule
2024-04-06 15:40:24.362 +08:00 [INF]   - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2024-04-06 15:40:24.362 +08:00 [INF]   - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2024-04-06 15:40:24.362 +08:00 [INF]   - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule
2024-04-06 15:40:24.362 +08:00 [INF]   - Yi.Framework.AspNetCore.YiFrameworkAspNetCoreModule
2024-04-06 15:40:24.362 +08:00 [INF]   - Yi.Framework.AspNetCore.Authentication.OAuth.YiFrameworkAspNetCoreAuthenticationOAuthModule
2024-04-06 15:40:24.368 +08:00 [DBG] ==========模块Initialize初始化统计-跳过0ms模块==========
2024-04-06 15:40:24.374 +08:00 [INF] 
==========Yi-SQL配置:==========
数据库连接字符串：server=106.52.94.217;port=3306;database=yi-abp-pro;user id=root;password=Qz52013142020.
数据库类型：MySql
是否开启种子数据：False
是否开启CodeFirst：False
是否开启Saas多租户：False
===============================

2024-04-06 15:40:24.374 +08:00 [DBG] 耗时-4ms,已加载模块-Yi.Framework.SqlSugarCore
2024-04-06 15:40:24.440 +08:00 [DBG] 耗时-64ms,已加载模块-Volo.Abp.BackgroundWorkers
2024-04-06 15:40:24.446 +08:00 [DBG] 耗时-5ms,已加载模块-Volo.Abp.EventBus
2024-04-06 15:40:24.485 +08:00 [DBG] 耗时-38ms,已加载模块-Volo.Abp.AspNetCore
2024-04-06 15:40:24.490 +08:00 [DBG] 耗时-5ms,已加载模块-Volo.Abp.Quartz
2024-04-06 15:40:24.574 +08:00 [DBG] 耗时-83ms,已加载模块-Volo.Abp.BackgroundWorkers.Quartz
2024-04-06 15:40:24.577 +08:00 [DBG] 耗时-2ms,已加载模块-Volo.Abp.AspNetCore.Mvc
2024-04-06 15:40:24.826 +08:00 [INF] User profile is available. Using 'C:\Users\Administrator\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2024-04-06 15:40:24.929 +08:00 [DBG] 耗时-351ms,已加载模块-Yi.Abp.Web
2024-04-06 15:40:24.938 +08:00 [INF] 正在初始化【BBS-等级数据】......
2024-04-06 15:40:25.002 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`CurrentLevel`,`MinExperience`,`Name`,`Nick`,`Logo` FROM `Level`  
===============================

2024-04-06 15:40:25.255 +08:00 [DBG] =========Yi-SQL耗时254.0481毫秒=====
2024-04-06 15:40:25.466 +08:00 [INF] 已完成初始化【BBS-等级数据】
2024-04-06 15:40:25.467 +08:00 [DBG] 耗时-537ms,已加载模块-Yi.Framework.Bbs.Domain
2024-04-06 15:40:25.470 +08:00 [INF] ==========【392】个模块初始化执行完毕，总耗时【1091ms】==========
2024-04-06 15:40:25.564 +08:00 [INF] Now listening on: http://[::]:19001
2024-04-06 15:40:25.714 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2024-04-06 15:40:25.714 +08:00 [INF] Hosting environment: Development
2024-04-06 15:40:25.714 +08:00 [INF] Content root path: D:\code\csharp\source\Yi\Yi.Abp.Net8\src\Yi.Abp.Web
2024-04-06 15:40:26.250 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:40:26.250 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:40:26.250 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:40:26.250 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:40:26.250 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:40:26.250 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:40:26.252 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:40:26.252 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:40:26.252 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:40:26.252 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:40:26.252 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:40:26.252 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:40:26.470 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 15:40:26.470 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 15:40:26.470 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 15:40:26.470 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 15:40:26.470 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 15:40:26.470 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 15:40:26.477 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 15:40:26.477 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 15:40:26.477 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 15:40:26.477 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 15:40:26.477 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 15:40:26.478 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 15:40:26.489 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:40:26.489 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:40:26.489 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:40:26.489 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:40:26.494 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 15:40:26.494 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 15:40:26.525 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:40:26.525 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:40:26.525 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:40:26.525 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:40:26.530 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 15:40:26.530 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 15:40:26.558 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:40:26.558 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:40:26.558 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:40:26.558 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:40:26.561 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 15:40:26.562 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 15:40:26.612 +08:00 [INF] 2024/4/6 15:40:26：cc,RrsDh_yU7lNQkB8uoClHjA连接服务端success，当前已连接0个
2024-04-06 15:40:26.676 +08:00 [INF] 2024/4/6 15:40:26：core,8ddttJGnT_pcNGegyIQXeQ连接服务端success，当前已连接1个
2024-04-06 15:41:09.424 +08:00 [INF] 
   __     ___   ______                                           _    
   \ \   / (_) |  ____|                                         | |   
    \ \_/ / _  | |__ _ __ __ _ _ __ ___   _____      _____  _ __| | __
     \   / | | |  __| '__/ _` | '_ ` _ \ / _ \ \ /\ / / _ \| '__| |/ /
      | |  | | | |  | | | (_| | | | | | |  __/\ V  V / (_) | |  |   < 
      |_|  |_| |_|  |_|  \__,_|_| |_| |_|\___| \_/\_/ \___/|_|  |_|\_\

2024-04-06 15:41:09.443 +08:00 [INF] Yi框架-Abp.vNext，启动！
2024-04-06 15:41:14.146 +08:00 [INF] Loaded ABP modules:
2024-04-06 15:41:14.146 +08:00 [INF] - Yi.Abp.Web.YiAbpWebModule
2024-04-06 15:41:14.146 +08:00 [INF]   - Yi.Abp.SqlsugarCore.YiAbpSqlSugarCoreModule
2024-04-06 15:41:14.146 +08:00 [INF]     - Yi.Abp.Domain.YiAbpDomainModule
2024-04-06 15:41:14.146 +08:00 [INF]       - Yi.Abp.Domain.Shared.YiAbpDomainSharedModule
2024-04-06 15:41:14.146 +08:00 [INF]         - Yi.Framework.Rbac.Domain.Shared.YiFrameworkRbacDomainSharedModule
2024-04-06 15:41:14.146 +08:00 [INF]           - Volo.Abp.Domain.AbpDddDomainSharedModule
2024-04-06 15:41:14.146 +08:00 [INF]             - Volo.Abp.MultiTenancy.AbpMultiTenancyAbstractionsModule
2024-04-06 15:41:14.146 +08:00 [INF]               - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2024-04-06 15:41:14.146 +08:00 [INF]               - Volo.Abp.Localization.AbpLocalizationModule
2024-04-06 15:41:14.146 +08:00 [INF]                 - Volo.Abp.Settings.AbpSettingsModule
2024-04-06 15:41:14.146 +08:00 [INF]                   - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2024-04-06 15:41:14.146 +08:00 [INF]                   - Volo.Abp.Security.AbpSecurityModule
2024-04-06 15:41:14.146 +08:00 [INF]                   - Volo.Abp.Data.AbpDataModule
2024-04-06 15:41:14.146 +08:00 [INF]                     - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2024-04-06 15:41:14.146 +08:00 [INF]                       - Volo.Abp.Validation.AbpValidationAbstractionsModule
2024-04-06 15:41:14.146 +08:00 [INF]                     - Volo.Abp.Uow.AbpUnitOfWorkModule
2024-04-06 15:41:14.146 +08:00 [INF]                     - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2024-04-06 15:41:14.147 +08:00 [INF]                 - Volo.Abp.Threading.AbpThreadingModule
2024-04-06 15:41:14.147 +08:00 [INF]           - Yi.Framework.Mapster.YiFrameworkMapsterModule
2024-04-06 15:41:14.147 +08:00 [INF]             - Yi.Framework.Core.YiFrameworkCoreModule
2024-04-06 15:41:14.147 +08:00 [INF]             - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2024-04-06 15:41:14.147 +08:00 [INF]         - Yi.Framework.Bbs.Domain.Shared.YiFrameworkBbsDomainSharedModule
2024-04-06 15:41:14.147 +08:00 [INF]         - Yi.Framework.ChatHub.Domain.Shared.YiFrameworkChatHubDomainSharedModule
2024-04-06 15:41:14.147 +08:00 [INF]         - Yi.Framework.AuditLogging.Domain.Shared.YiFrameworkAuditLoggingDomainSharedModule
2024-04-06 15:41:14.147 +08:00 [INF]       - Yi.Framework.TenantManagement.Domain.YiFrameworkTenantManagementDomainModule
2024-04-06 15:41:14.147 +08:00 [INF]         - Volo.Abp.Domain.AbpDddDomainModule
2024-04-06 15:41:14.147 +08:00 [INF]           - Volo.Abp.Auditing.AbpAuditingModule
2024-04-06 15:41:14.147 +08:00 [INF]             - Volo.Abp.Json.AbpJsonModule
2024-04-06 15:41:14.147 +08:00 [INF]               - Volo.Abp.Json.SystemTextJson.AbpJsonSystemTextJsonModule
2024-04-06 15:41:14.147 +08:00 [INF]                 - Volo.Abp.Json.AbpJsonAbstractionsModule
2024-04-06 15:41:14.147 +08:00 [INF]                 - Volo.Abp.Timing.AbpTimingModule
2024-04-06 15:41:14.147 +08:00 [INF]             - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2024-04-06 15:41:14.147 +08:00 [INF]             - Volo.Abp.Auditing.AbpAuditingContractsModule
2024-04-06 15:41:14.147 +08:00 [INF]           - Volo.Abp.EventBus.AbpEventBusModule
2024-04-06 15:41:14.147 +08:00 [INF]             - Volo.Abp.Guids.AbpGuidsModule
2024-04-06 15:41:14.147 +08:00 [INF]             - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule
2024-04-06 15:41:14.147 +08:00 [INF]             - Volo.Abp.DistributedLocking.AbpDistributedLockingAbstractionsModule
2024-04-06 15:41:14.147 +08:00 [INF]           - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2024-04-06 15:41:14.147 +08:00 [INF]           - Volo.Abp.Specifications.AbpSpecificationsModule
2024-04-06 15:41:14.147 +08:00 [INF]           - Volo.Abp.Caching.AbpCachingModule
2024-04-06 15:41:14.147 +08:00 [INF]             - Volo.Abp.Serialization.AbpSerializationModule
2024-04-06 15:41:14.147 +08:00 [INF]         - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule
2024-04-06 15:41:14.147 +08:00 [INF]           - Volo.Abp.Validation.AbpValidationModule
2024-04-06 15:41:14.147 +08:00 [INF]       - Yi.Framework.Rbac.Domain.YiFrameworkRbacDomainModule
2024-04-06 15:41:14.147 +08:00 [INF]         - Yi.Framework.Caching.FreeRedis.YiFrameworkCachingFreeRedisModule
2024-04-06 15:41:14.147 +08:00 [INF]         - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule
2024-04-06 15:41:14.147 +08:00 [INF]           - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2024-04-06 15:41:14.147 +08:00 [INF]             - Volo.Abp.Http.AbpHttpModule
2024-04-06 15:41:14.147 +08:00 [INF]               - Volo.Abp.Http.AbpHttpAbstractionsModule
2024-04-06 15:41:14.147 +08:00 [INF]               - Volo.Abp.Minify.AbpMinifyModule
2024-04-06 15:41:14.147 +08:00 [INF]             - Volo.Abp.Authorization.AbpAuthorizationModule
2024-04-06 15:41:14.147 +08:00 [INF]               - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2024-04-06 15:41:14.147 +08:00 [INF]       - Yi.Framework.Bbs.Domain.YiFrameworkBbsDomainModule
2024-04-06 15:41:14.147 +08:00 [INF]       - Yi.Framework.ChatHub.Domain.YiFrameworkChatHubDomainModule
2024-04-06 15:41:14.147 +08:00 [INF]       - Yi.Framework.AuditLogging.Domain.YiFrameworkAuditLoggingDomainModule
2024-04-06 15:41:14.147 +08:00 [INF]     - Yi.Framework.Rbac.SqlSugarCore.YiFrameworkRbacSqlSugarCoreModule
2024-04-06 15:41:14.147 +08:00 [INF]       - Yi.Framework.SqlSugarCore.YiFrameworkSqlSugarCoreModule
2024-04-06 15:41:14.147 +08:00 [INF]     - Yi.Framework.Bbs.SqlSugarCore.YiFrameworkBbsSqlSugarCoreModule
2024-04-06 15:41:14.147 +08:00 [INF]     - Yi.Framework.CodeGen.SqlSugarCore.YiFrameworkCodeGenSqlSugarCoreModule
2024-04-06 15:41:14.147 +08:00 [INF]     - Yi.Framework.ChatHub.SqlSugarCore.YiFrameworkChatHubSqlSugarCoreModule
2024-04-06 15:41:14.147 +08:00 [INF]     - Yi.Framework.AuditLogging.SqlSugarCore.YiFrameworkAuditLoggingSqlSugarCoreModule
2024-04-06 15:41:14.147 +08:00 [INF]     - Yi.Framework.TenantManagement.SqlSugarCore.YiFrameworkTenantManagementSqlSugarCoreModule
2024-04-06 15:41:14.147 +08:00 [INF]   - Yi.Abp.Application.YiAbpApplicationModule
2024-04-06 15:41:14.147 +08:00 [INF]     - Yi.Abp.Application.Contracts.YiAbpApplicationContractsModule
2024-04-06 15:41:14.147 +08:00 [INF]       - Yi.Framework.Rbac.Application.Contracts.YiFrameworkRbacApplicationContractsModule
2024-04-06 15:41:14.147 +08:00 [INF]         - Yi.Framework.Ddd.Application.Contracts.YiFrameworkDddApplicationContractsModule
2024-04-06 15:41:14.147 +08:00 [INF]           - Volo.Abp.Application.AbpDddApplicationContractsModule
2024-04-06 15:41:14.147 +08:00 [INF]       - Yi.Framework.Bbs.Application.Contracts.YiFrameworkBbsApplicationContractsModule
2024-04-06 15:41:14.147 +08:00 [INF]       - Yi.Framework.ChatHub.Application.Contracts.YiFrameworkChatHubApplicationContractsModule
2024-04-06 15:41:14.147 +08:00 [INF]       - Yi.Framework.TenantManagement.Application.Contracts.YiFrameworkTenantManagementApplicationContractsModule
2024-04-06 15:41:14.147 +08:00 [INF]     - Yi.Framework.Rbac.Application.YiFrameworkRbacApplicationModule
2024-04-06 15:41:14.147 +08:00 [INF]       - Yi.Framework.Ddd.Application.YiFrameworkDddApplicationModule
2024-04-06 15:41:14.147 +08:00 [INF]         - Volo.Abp.Application.AbpDddApplicationModule
2024-04-06 15:41:14.147 +08:00 [INF]           - Volo.Abp.Features.AbpFeaturesModule
2024-04-06 15:41:14.147 +08:00 [INF]           - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2024-04-06 15:41:14.147 +08:00 [INF]       - Volo.Abp.BackgroundWorkers.Quartz.AbpBackgroundWorkersQuartzModule
2024-04-06 15:41:14.147 +08:00 [INF]         - Volo.Abp.Quartz.AbpQuartzModule
2024-04-06 15:41:14.147 +08:00 [INF]     - Yi.Framework.Bbs.Application.YiFrameworkBbsApplicationModule
2024-04-06 15:41:14.147 +08:00 [INF]     - Yi.Framework.ChatHub.Application.YiFrameworkChatHubApplicationModule
2024-04-06 15:41:14.147 +08:00 [INF]     - Yi.Framework.TenantManagement.Application.YiFrameworkTenantManagementApplicationModule
2024-04-06 15:41:14.147 +08:00 [INF]     - Yi.Framework.CodeGen.Application.YiFrameworkCodeGenApplicationModule
2024-04-06 15:41:14.147 +08:00 [INF]       - Yi.Framework.CodeGen.Application.Contracts.YiFrameworkCodeGenApplicationContractsModule
2024-04-06 15:41:14.147 +08:00 [INF]         - Yi.Framework.CodeGen.Domain.Shared.YiFrameworkCodeGenDomainSharedModule
2024-04-06 15:41:14.147 +08:00 [INF]       - Yi.Framework.CodeGen.Domain.YiFrameworkCodeGenDomainModule
2024-04-06 15:41:14.147 +08:00 [INF]         - Yi.Framework.SqlSugarCore.Abstractions.YiFrameworkSqlSugarCoreAbstractionsModule
2024-04-06 15:41:14.147 +08:00 [INF]   - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2024-04-06 15:41:14.147 +08:00 [INF]   - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2024-04-06 15:41:14.147 +08:00 [INF]     - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2024-04-06 15:41:14.147 +08:00 [INF]     - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2024-04-06 15:41:14.147 +08:00 [INF]     - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2024-04-06 15:41:14.147 +08:00 [INF]       - Volo.Abp.UI.AbpUiModule
2024-04-06 15:41:14.147 +08:00 [INF]   - Volo.Abp.Autofac.AbpAutofacModule
2024-04-06 15:41:14.147 +08:00 [INF]     - Volo.Abp.Castle.AbpCastleCoreModule
2024-04-06 15:41:14.147 +08:00 [INF]   - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2024-04-06 15:41:14.147 +08:00 [INF]   - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2024-04-06 15:41:14.147 +08:00 [INF]   - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule
2024-04-06 15:41:14.147 +08:00 [INF]   - Yi.Framework.AspNetCore.YiFrameworkAspNetCoreModule
2024-04-06 15:41:14.147 +08:00 [INF]   - Yi.Framework.AspNetCore.Authentication.OAuth.YiFrameworkAspNetCoreAuthenticationOAuthModule
2024-04-06 15:41:14.153 +08:00 [DBG] ==========模块Initialize初始化统计-跳过0ms模块==========
2024-04-06 15:41:14.159 +08:00 [INF] 
==========Yi-SQL配置:==========
数据库连接字符串：server=106.52.94.217;port=3306;database=yi-abp-pro;user id=root;password=Qz52013142020.
数据库类型：MySql
是否开启种子数据：False
是否开启CodeFirst：False
是否开启Saas多租户：False
===============================

2024-04-06 15:41:14.160 +08:00 [DBG] 耗时-4ms,已加载模块-Yi.Framework.SqlSugarCore
2024-04-06 15:41:14.232 +08:00 [DBG] 耗时-70ms,已加载模块-Volo.Abp.BackgroundWorkers
2024-04-06 15:41:14.238 +08:00 [DBG] 耗时-6ms,已加载模块-Volo.Abp.EventBus
2024-04-06 15:41:14.281 +08:00 [DBG] 耗时-42ms,已加载模块-Volo.Abp.AspNetCore
2024-04-06 15:41:14.287 +08:00 [DBG] 耗时-5ms,已加载模块-Volo.Abp.Quartz
2024-04-06 15:41:14.377 +08:00 [DBG] 耗时-90ms,已加载模块-Volo.Abp.BackgroundWorkers.Quartz
2024-04-06 15:41:14.381 +08:00 [DBG] 耗时-3ms,已加载模块-Volo.Abp.AspNetCore.Mvc
2024-04-06 15:41:14.644 +08:00 [INF] User profile is available. Using 'C:\Users\Administrator\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2024-04-06 15:41:14.758 +08:00 [DBG] 耗时-377ms,已加载模块-Yi.Abp.Web
2024-04-06 15:41:14.766 +08:00 [INF] 正在初始化【BBS-等级数据】......
2024-04-06 15:41:14.833 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`CurrentLevel`,`MinExperience`,`Name`,`Nick`,`Logo` FROM `Level`  
===============================

2024-04-06 15:41:15.037 +08:00 [DBG] =========Yi-SQL耗时204.3006毫秒=====
2024-04-06 15:41:15.361 +08:00 [INF] 已完成初始化【BBS-等级数据】
2024-04-06 15:41:15.361 +08:00 [DBG] 耗时-601ms,已加载模块-Yi.Framework.Bbs.Domain
2024-04-06 15:41:15.362 +08:00 [INF] ==========【392】个模块初始化执行完毕，总耗时【1199ms】==========
2024-04-06 15:41:15.454 +08:00 [INF] Now listening on: http://[::]:19001
2024-04-06 15:41:15.636 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2024-04-06 15:41:15.636 +08:00 [INF] Hosting environment: Development
2024-04-06 15:41:15.636 +08:00 [INF] Content root path: D:\code\csharp\source\Yi\Yi.Abp.Net8\src\Yi.Abp.Web
2024-04-06 15:41:19.181 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:41:19.181 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:41:19.181 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:41:19.181 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:41:19.181 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:41:19.181 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:41:19.183 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:41:19.183 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:41:19.183 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:41:19.183 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:41:19.183 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:41:19.183 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:41:19.269 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 15:41:19.269 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 15:41:19.269 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 15:41:19.269 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 15:41:19.269 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 15:41:19.269 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 15:41:19.274 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 15:41:19.274 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 15:41:19.274 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 15:41:19.274 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 15:41:19.274 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 15:41:19.274 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 15:41:19.280 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:41:19.280 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:41:19.280 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:41:19.280 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:41:19.284 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 15:41:19.284 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 15:41:19.308 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:41:19.309 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:41:19.309 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:41:19.309 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:41:19.320 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 15:41:19.326 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 15:41:19.345 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:41:19.345 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:41:19.345 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:41:19.345 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:41:19.348 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 15:41:19.348 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 15:41:19.388 +08:00 [INF] 2024/4/6 15:41:19：cc,gXeui8pz4v7JnrH0_qu4vA连接服务端success，当前已连接0个
2024-04-06 15:41:19.431 +08:00 [INF] 2024/4/6 15:41:19：core,TBTlBmbMOTMU_8sbv4TqPQ连接服务端success，当前已连接1个
2024-04-06 15:41:43.739 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 15:41:43.741 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 15:41:43.741 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 15:41:43.784 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 15:41:44.315 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:41:44.315 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:41:44.315 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:41:44.315 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:41:44.316 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 15:41:44.316 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 15:41:44.316 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 15:41:44.316 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 15:41:44.317 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:41:44.317 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 15:41:44.322 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:41:44.322 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:41:44.323 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 15:41:44.338 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 15:41:44.339 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:41:44.339 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:41:44.341 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 15:41:44.346 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 15:41:44.355 +08:00 [INF] 2024/4/6 15:41:44：cc,UMcIjTb8UIv5grePH6nflw连接服务端success，当前已连接1个
2024-04-06 15:41:44.409 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 15:41:44.461 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 118.8417ms
2024-04-06 15:41:44.462 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:41:44.490 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 15:41:44.532 +08:00 [DBG] =========Yi-SQL耗时42.1766毫秒=====
2024-04-06 15:41:44.541 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 15:41:44.559 +08:00 [DBG] =========Yi-SQL耗时18.6051毫秒=====
2024-04-06 15:41:44.582 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 15:41:44.590 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 243.108ms
2024-04-06 15:41:44.590 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 15:41:44.597 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:41:44.597 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:41:44.598 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 15:41:44.598 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 15:41:44.602 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:41:44.602 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:41:44.603 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 15:42:08.318 +08:00 [INF] CORS policy execution successful.
2024-04-06 15:42:08.319 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:42:08.322 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 15:42:08.347 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 25.8744ms
2024-04-06 15:42:08.347 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:44:56.173 +08:00 [INF] 
   __     ___   ______                                           _    
   \ \   / (_) |  ____|                                         | |   
    \ \_/ / _  | |__ _ __ __ _ _ __ ___   _____      _____  _ __| | __
     \   / | | |  __| '__/ _` | '_ ` _ \ / _ \ \ /\ / / _ \| '__| |/ /
      | |  | | | |  | | | (_| | | | | | |  __/\ V  V / (_) | |  |   < 
      |_|  |_| |_|  |_|  \__,_|_| |_| |_|\___| \_/\_/ \___/|_|  |_|\_\

2024-04-06 15:44:56.191 +08:00 [INF] Yi框架-Abp.vNext，启动！
2024-04-06 15:45:00.582 +08:00 [INF] Loaded ABP modules:
2024-04-06 15:45:00.583 +08:00 [INF] - Yi.Abp.Web.YiAbpWebModule
2024-04-06 15:45:00.583 +08:00 [INF]   - Yi.Abp.SqlsugarCore.YiAbpSqlSugarCoreModule
2024-04-06 15:45:00.583 +08:00 [INF]     - Yi.Abp.Domain.YiAbpDomainModule
2024-04-06 15:45:00.583 +08:00 [INF]       - Yi.Abp.Domain.Shared.YiAbpDomainSharedModule
2024-04-06 15:45:00.583 +08:00 [INF]         - Yi.Framework.Rbac.Domain.Shared.YiFrameworkRbacDomainSharedModule
2024-04-06 15:45:00.583 +08:00 [INF]           - Volo.Abp.Domain.AbpDddDomainSharedModule
2024-04-06 15:45:00.583 +08:00 [INF]             - Volo.Abp.MultiTenancy.AbpMultiTenancyAbstractionsModule
2024-04-06 15:45:00.583 +08:00 [INF]               - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2024-04-06 15:45:00.583 +08:00 [INF]               - Volo.Abp.Localization.AbpLocalizationModule
2024-04-06 15:45:00.583 +08:00 [INF]                 - Volo.Abp.Settings.AbpSettingsModule
2024-04-06 15:45:00.583 +08:00 [INF]                   - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2024-04-06 15:45:00.583 +08:00 [INF]                   - Volo.Abp.Security.AbpSecurityModule
2024-04-06 15:45:00.583 +08:00 [INF]                   - Volo.Abp.Data.AbpDataModule
2024-04-06 15:45:00.583 +08:00 [INF]                     - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2024-04-06 15:45:00.583 +08:00 [INF]                       - Volo.Abp.Validation.AbpValidationAbstractionsModule
2024-04-06 15:45:00.583 +08:00 [INF]                     - Volo.Abp.Uow.AbpUnitOfWorkModule
2024-04-06 15:45:00.583 +08:00 [INF]                     - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2024-04-06 15:45:00.583 +08:00 [INF]                 - Volo.Abp.Threading.AbpThreadingModule
2024-04-06 15:45:00.583 +08:00 [INF]           - Yi.Framework.Mapster.YiFrameworkMapsterModule
2024-04-06 15:45:00.583 +08:00 [INF]             - Yi.Framework.Core.YiFrameworkCoreModule
2024-04-06 15:45:00.583 +08:00 [INF]             - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2024-04-06 15:45:00.583 +08:00 [INF]         - Yi.Framework.Bbs.Domain.Shared.YiFrameworkBbsDomainSharedModule
2024-04-06 15:45:00.583 +08:00 [INF]         - Yi.Framework.ChatHub.Domain.Shared.YiFrameworkChatHubDomainSharedModule
2024-04-06 15:45:00.583 +08:00 [INF]         - Yi.Framework.AuditLogging.Domain.Shared.YiFrameworkAuditLoggingDomainSharedModule
2024-04-06 15:45:00.583 +08:00 [INF]       - Yi.Framework.TenantManagement.Domain.YiFrameworkTenantManagementDomainModule
2024-04-06 15:45:00.583 +08:00 [INF]         - Volo.Abp.Domain.AbpDddDomainModule
2024-04-06 15:45:00.583 +08:00 [INF]           - Volo.Abp.Auditing.AbpAuditingModule
2024-04-06 15:45:00.583 +08:00 [INF]             - Volo.Abp.Json.AbpJsonModule
2024-04-06 15:45:00.583 +08:00 [INF]               - Volo.Abp.Json.SystemTextJson.AbpJsonSystemTextJsonModule
2024-04-06 15:45:00.583 +08:00 [INF]                 - Volo.Abp.Json.AbpJsonAbstractionsModule
2024-04-06 15:45:00.583 +08:00 [INF]                 - Volo.Abp.Timing.AbpTimingModule
2024-04-06 15:45:00.583 +08:00 [INF]             - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2024-04-06 15:45:00.583 +08:00 [INF]             - Volo.Abp.Auditing.AbpAuditingContractsModule
2024-04-06 15:45:00.583 +08:00 [INF]           - Volo.Abp.EventBus.AbpEventBusModule
2024-04-06 15:45:00.583 +08:00 [INF]             - Volo.Abp.Guids.AbpGuidsModule
2024-04-06 15:45:00.583 +08:00 [INF]             - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule
2024-04-06 15:45:00.583 +08:00 [INF]             - Volo.Abp.DistributedLocking.AbpDistributedLockingAbstractionsModule
2024-04-06 15:45:00.583 +08:00 [INF]           - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2024-04-06 15:45:00.583 +08:00 [INF]           - Volo.Abp.Specifications.AbpSpecificationsModule
2024-04-06 15:45:00.583 +08:00 [INF]           - Volo.Abp.Caching.AbpCachingModule
2024-04-06 15:45:00.583 +08:00 [INF]             - Volo.Abp.Serialization.AbpSerializationModule
2024-04-06 15:45:00.583 +08:00 [INF]         - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule
2024-04-06 15:45:00.583 +08:00 [INF]           - Volo.Abp.Validation.AbpValidationModule
2024-04-06 15:45:00.583 +08:00 [INF]       - Yi.Framework.Rbac.Domain.YiFrameworkRbacDomainModule
2024-04-06 15:45:00.583 +08:00 [INF]         - Yi.Framework.Caching.FreeRedis.YiFrameworkCachingFreeRedisModule
2024-04-06 15:45:00.583 +08:00 [INF]         - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule
2024-04-06 15:45:00.583 +08:00 [INF]           - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2024-04-06 15:45:00.583 +08:00 [INF]             - Volo.Abp.Http.AbpHttpModule
2024-04-06 15:45:00.583 +08:00 [INF]               - Volo.Abp.Http.AbpHttpAbstractionsModule
2024-04-06 15:45:00.583 +08:00 [INF]               - Volo.Abp.Minify.AbpMinifyModule
2024-04-06 15:45:00.583 +08:00 [INF]             - Volo.Abp.Authorization.AbpAuthorizationModule
2024-04-06 15:45:00.583 +08:00 [INF]               - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2024-04-06 15:45:00.583 +08:00 [INF]       - Yi.Framework.Bbs.Domain.YiFrameworkBbsDomainModule
2024-04-06 15:45:00.583 +08:00 [INF]       - Yi.Framework.ChatHub.Domain.YiFrameworkChatHubDomainModule
2024-04-06 15:45:00.583 +08:00 [INF]       - Yi.Framework.AuditLogging.Domain.YiFrameworkAuditLoggingDomainModule
2024-04-06 15:45:00.583 +08:00 [INF]     - Yi.Framework.Rbac.SqlSugarCore.YiFrameworkRbacSqlSugarCoreModule
2024-04-06 15:45:00.583 +08:00 [INF]       - Yi.Framework.SqlSugarCore.YiFrameworkSqlSugarCoreModule
2024-04-06 15:45:00.583 +08:00 [INF]     - Yi.Framework.Bbs.SqlSugarCore.YiFrameworkBbsSqlSugarCoreModule
2024-04-06 15:45:00.583 +08:00 [INF]     - Yi.Framework.CodeGen.SqlSugarCore.YiFrameworkCodeGenSqlSugarCoreModule
2024-04-06 15:45:00.583 +08:00 [INF]     - Yi.Framework.ChatHub.SqlSugarCore.YiFrameworkChatHubSqlSugarCoreModule
2024-04-06 15:45:00.583 +08:00 [INF]     - Yi.Framework.AuditLogging.SqlSugarCore.YiFrameworkAuditLoggingSqlSugarCoreModule
2024-04-06 15:45:00.583 +08:00 [INF]     - Yi.Framework.TenantManagement.SqlSugarCore.YiFrameworkTenantManagementSqlSugarCoreModule
2024-04-06 15:45:00.583 +08:00 [INF]   - Yi.Abp.Application.YiAbpApplicationModule
2024-04-06 15:45:00.583 +08:00 [INF]     - Yi.Abp.Application.Contracts.YiAbpApplicationContractsModule
2024-04-06 15:45:00.583 +08:00 [INF]       - Yi.Framework.Rbac.Application.Contracts.YiFrameworkRbacApplicationContractsModule
2024-04-06 15:45:00.583 +08:00 [INF]         - Yi.Framework.Ddd.Application.Contracts.YiFrameworkDddApplicationContractsModule
2024-04-06 15:45:00.583 +08:00 [INF]           - Volo.Abp.Application.AbpDddApplicationContractsModule
2024-04-06 15:45:00.583 +08:00 [INF]       - Yi.Framework.Bbs.Application.Contracts.YiFrameworkBbsApplicationContractsModule
2024-04-06 15:45:00.583 +08:00 [INF]       - Yi.Framework.ChatHub.Application.Contracts.YiFrameworkChatHubApplicationContractsModule
2024-04-06 15:45:00.583 +08:00 [INF]       - Yi.Framework.TenantManagement.Application.Contracts.YiFrameworkTenantManagementApplicationContractsModule
2024-04-06 15:45:00.583 +08:00 [INF]     - Yi.Framework.Rbac.Application.YiFrameworkRbacApplicationModule
2024-04-06 15:45:00.583 +08:00 [INF]       - Yi.Framework.Ddd.Application.YiFrameworkDddApplicationModule
2024-04-06 15:45:00.583 +08:00 [INF]         - Volo.Abp.Application.AbpDddApplicationModule
2024-04-06 15:45:00.583 +08:00 [INF]           - Volo.Abp.Features.AbpFeaturesModule
2024-04-06 15:45:00.583 +08:00 [INF]           - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2024-04-06 15:45:00.583 +08:00 [INF]       - Volo.Abp.BackgroundWorkers.Quartz.AbpBackgroundWorkersQuartzModule
2024-04-06 15:45:00.583 +08:00 [INF]         - Volo.Abp.Quartz.AbpQuartzModule
2024-04-06 15:45:00.583 +08:00 [INF]     - Yi.Framework.Bbs.Application.YiFrameworkBbsApplicationModule
2024-04-06 15:45:00.583 +08:00 [INF]     - Yi.Framework.ChatHub.Application.YiFrameworkChatHubApplicationModule
2024-04-06 15:45:00.583 +08:00 [INF]     - Yi.Framework.TenantManagement.Application.YiFrameworkTenantManagementApplicationModule
2024-04-06 15:45:00.583 +08:00 [INF]     - Yi.Framework.CodeGen.Application.YiFrameworkCodeGenApplicationModule
2024-04-06 15:45:00.583 +08:00 [INF]       - Yi.Framework.CodeGen.Application.Contracts.YiFrameworkCodeGenApplicationContractsModule
2024-04-06 15:45:00.583 +08:00 [INF]         - Yi.Framework.CodeGen.Domain.Shared.YiFrameworkCodeGenDomainSharedModule
2024-04-06 15:45:00.583 +08:00 [INF]       - Yi.Framework.CodeGen.Domain.YiFrameworkCodeGenDomainModule
2024-04-06 15:45:00.583 +08:00 [INF]         - Yi.Framework.SqlSugarCore.Abstractions.YiFrameworkSqlSugarCoreAbstractionsModule
2024-04-06 15:45:00.583 +08:00 [INF]   - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2024-04-06 15:45:00.583 +08:00 [INF]   - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2024-04-06 15:45:00.583 +08:00 [INF]     - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2024-04-06 15:45:00.583 +08:00 [INF]     - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2024-04-06 15:45:00.583 +08:00 [INF]     - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2024-04-06 15:45:00.583 +08:00 [INF]       - Volo.Abp.UI.AbpUiModule
2024-04-06 15:45:00.583 +08:00 [INF]   - Volo.Abp.Autofac.AbpAutofacModule
2024-04-06 15:45:00.583 +08:00 [INF]     - Volo.Abp.Castle.AbpCastleCoreModule
2024-04-06 15:45:00.583 +08:00 [INF]   - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2024-04-06 15:45:00.583 +08:00 [INF]   - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2024-04-06 15:45:00.583 +08:00 [INF]   - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule
2024-04-06 15:45:00.583 +08:00 [INF]   - Yi.Framework.AspNetCore.YiFrameworkAspNetCoreModule
2024-04-06 15:45:00.583 +08:00 [INF]   - Yi.Framework.AspNetCore.Authentication.OAuth.YiFrameworkAspNetCoreAuthenticationOAuthModule
2024-04-06 15:45:00.590 +08:00 [DBG] ==========模块Initialize初始化统计-跳过0ms模块==========
2024-04-06 15:45:00.595 +08:00 [INF] 
==========Yi-SQL配置:==========
数据库连接字符串：server=106.52.94.217;port=3306;database=yi-abp-pro;user id=root;password=Qz52013142020.
数据库类型：MySql
是否开启种子数据：False
是否开启CodeFirst：False
是否开启Saas多租户：False
===============================

2024-04-06 15:45:00.596 +08:00 [DBG] 耗时-4ms,已加载模块-Yi.Framework.SqlSugarCore
2024-04-06 15:45:00.598 +08:00 [DBG] 耗时-2ms,已加载模块-Volo.Abp.BackgroundWorkers.Quartz
2024-04-06 15:45:00.663 +08:00 [DBG] 耗时-64ms,已加载模块-Volo.Abp.BackgroundWorkers
2024-04-06 15:45:00.668 +08:00 [DBG] 耗时-5ms,已加载模块-Volo.Abp.EventBus
2024-04-06 15:45:00.709 +08:00 [DBG] 耗时-40ms,已加载模块-Volo.Abp.AspNetCore
2024-04-06 15:45:00.715 +08:00 [DBG] 耗时-5ms,已加载模块-Volo.Abp.Quartz
2024-04-06 15:45:00.793 +08:00 [DBG] 耗时-78ms,已加载模块-Volo.Abp.BackgroundWorkers.Quartz
2024-04-06 15:45:00.797 +08:00 [DBG] 耗时-2ms,已加载模块-Volo.Abp.AspNetCore.Mvc
2024-04-06 15:45:01.036 +08:00 [INF] User profile is available. Using 'C:\Users\Administrator\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2024-04-06 15:45:01.139 +08:00 [DBG] 耗时-342ms,已加载模块-Yi.Abp.Web
2024-04-06 15:45:01.147 +08:00 [INF] 正在初始化【BBS-等级数据】......
2024-04-06 15:45:01.206 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`CurrentLevel`,`MinExperience`,`Name`,`Nick`,`Logo` FROM `Level`  
===============================

2024-04-06 15:45:01.439 +08:00 [DBG] =========Yi-SQL耗时232.8815毫秒=====
2024-04-06 15:45:01.643 +08:00 [INF] 已完成初始化【BBS-等级数据】
2024-04-06 15:45:01.643 +08:00 [DBG] 耗时-503ms,已加载模块-Yi.Framework.Bbs.Domain
2024-04-06 15:45:01.644 +08:00 [INF] ==========【392】个模块初始化执行完毕，总耗时【1045ms】==========
2024-04-06 15:45:01.732 +08:00 [INF] Now listening on: http://[::]:19001
2024-04-06 15:45:01.878 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2024-04-06 15:45:01.879 +08:00 [INF] Hosting environment: Development
2024-04-06 15:45:01.879 +08:00 [INF] Content root path: D:\code\csharp\source\Yi\Yi.Abp.Net8\src\Yi.Abp.Web
2024-04-06 15:45:03.142 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:45:03.142 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:45:03.142 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:45:03.142 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:45:03.142 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:45:03.142 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:45:03.143 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:45:03.143 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:45:03.143 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:45:03.143 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:45:03.143 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:45:03.143 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:45:03.229 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 15:45:03.229 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 15:45:03.229 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 15:45:03.229 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 15:45:03.229 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 15:45:03.229 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 15:45:03.233 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 15:45:03.233 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 15:45:03.233 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 15:45:03.233 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 15:45:03.233 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 15:45:03.233 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 15:45:03.276 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:45:03.276 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:45:03.276 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:45:03.276 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:45:03.280 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 15:45:03.281 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 15:45:03.304 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:45:03.304 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:45:03.305 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:45:03.305 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:45:03.311 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 15:45:03.311 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 15:45:03.338 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:45:03.338 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:45:03.338 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:45:03.338 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:45:03.340 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 15:45:03.343 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 15:45:03.386 +08:00 [INF] 2024/4/6 15:45:03：core,LxeMOm5dHbRhdjP7wgpH6g连接服务端success，当前已连接0个
2024-04-06 15:45:03.425 +08:00 [INF] 2024/4/6 15:45:03：cc,M9GegjEOWVjiJRtJoU-gSA连接服务端success，当前已连接1个
2024-04-06 15:45:18.049 +08:00 [INF] CORS policy execution successful.
2024-04-06 15:45:18.051 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:45:18.073 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 15:45:18.174 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 98.0829ms
2024-04-06 15:45:18.174 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:16.586 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:16.589 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 15:57:16.607 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:16.608 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 15:57:16.663 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 15:57:16.688 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 80.2821ms
2024-04-06 15:57:16.688 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:16.691 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 15:57:16.691 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 101.862ms
2024-04-06 15:57:16.691 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:27.420 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:57:27.420 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:57:27.422 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:27.422 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 15:57:27.422 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 15:57:27.422 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 15:57:27.427 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:57:27.427 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:57:27.429 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 15:57:27.432 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 15:57:27.432 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.3469ms
2024-04-06 15:57:27.432 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:27.452 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:57:27.453 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:57:27.454 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:27.454 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 15:57:27.454 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 15:57:27.454 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 15:57:27.460 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:57:27.460 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:57:27.461 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 15:57:27.464 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 15:57:27.464 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.0444ms
2024-04-06 15:57:27.464 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:34.213 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:57:34.213 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:57:34.214 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:34.214 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 15:57:34.215 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 15:57:34.215 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 15:57:34.228 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:57:34.228 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:57:34.229 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 15:57:34.229 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 15:57:34.229 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 15:57:34.229 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 14.4345ms
2024-04-06 15:57:34.230 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:34.234 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:34.234 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 15:57:34.240 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:57:34.240 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:57:34.242 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 15:57:34.242 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 15:57:34.244 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 15:57:34.244 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.2846ms
2024-04-06 15:57:34.244 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:34.247 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:57:34.247 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:57:34.249 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:34.249 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 15:57:34.249 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 15:57:34.256 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:57:34.256 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:57:34.258 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:34.258 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 15:57:34.259 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 15:57:34.259 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 15:57:34.266 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 15:57:34.266 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 16.6812ms
2024-04-06 15:57:34.266 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:34.270 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:57:34.270 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:57:34.272 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 15:57:34.292 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:57:34.292 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:57:34.293 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 15:57:34.298 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 15:57:34.299 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 39.5222ms
2024-04-06 15:57:34.299 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:34.303 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:57:34.303 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:57:34.304 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 15:57:34.304 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:34.304 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 15:57:34.305 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 15:57:34.317 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 15:57:34.317 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 12.6214ms
2024-04-06 15:57:34.317 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:34.339 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:57:34.340 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:57:34.341 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:34.341 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 15:57:34.341 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 15:57:34.341 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 15:57:34.348 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:57:34.348 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:57:34.349 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 15:57:34.356 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 15:57:34.357 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 15.8845ms
2024-04-06 15:57:34.357 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 15:57:34.363 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:57:34.363 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:57:34.364 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 15:57:34.378 +08:00 [INF] CORS policy execution failed.
2024-04-06 15:57:34.378 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 15:57:34.379 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:00:00.025 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`CreationTime`,`ComparisonValue`,`Value`,`IsFluctuate` FROM `InterestRecords`    ORDER BY `CreationTime` DESC LIMIT 0,1
===============================

2024-04-06 16:00:00.103 +08:00 [DBG] =========Yi-SQL耗时78.2272毫秒=====
2024-04-06 16:00:00.244 +08:00 [WRN] UnitOfWorkManager.Current is null! Can not publish the event.
2024-04-06 16:00:00.261 +08:00 [DBG] 
==========Yi-SQL执行:==========
INSERT INTO `InterestRecords`  
           (`Id`,`CreationTime`,`ComparisonValue`,`Value`,`IsFluctuate`)
     VALUES
           (N'c1a6e7ce-4e7a-ccec-fefd-3a11c498c0f0',CAST('2024-04-06 16:00:00.244' AS DATETIME),1715.11,1.256400,0) ;
===============================

2024-04-06 16:00:00.310 +08:00 [DBG] =========Yi-SQL耗时50.0841毫秒=====
2024-04-06 16:01:24.786 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:01:24.786 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:01:24.787 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:01:24.788 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:01:24.788 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:01:24.788 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:01:24.794 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:01:24.794 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:01:24.795 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:01:24.819 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:01:24.820 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:01:24.821 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:01:24.821 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:01:24.821 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:01:24.821 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:01:24.825 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:01:24.825 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:01:24.826 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:01:24.829 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:01:24.829 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 41.38ms
2024-04-06 16:01:24.829 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:01:24.861 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:01:24.861 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 39.9077ms
2024-04-06 16:01:24.861 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:01:25.721 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:01:25.721 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:01:25.722 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:01:25.722 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:01:25.722 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:01:25.722 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:01:25.727 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:01:25.727 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:01:25.728 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:01:25.731 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:01:25.731 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 9.277ms
2024-04-06 16:01:25.731 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:03:27.129 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:03:27.129 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:03:27.131 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:03:27.131 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:03:27.131 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:03:27.131 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:03:27.135 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:03:27.135 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:03:27.136 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:03:27.163 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:03:27.163 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:03:27.164 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:03:27.164 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:03:27.164 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:03:27.164 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:03:27.168 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:03:27.168 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:03:27.169 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:03:27.189 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:03:27.192 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 61.0438ms
2024-04-06 16:03:27.192 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:03:27.234 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:03:27.234 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 70.4189ms
2024-04-06 16:03:27.234 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:24:09.200 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:24:09.201 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:24:09.203 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:24:09.203 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:24:09.203 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:24:09.203 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:24:09.208 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:24:09.208 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:24:09.209 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:24:09.237 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:24:09.237 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:24:09.238 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:24:09.238 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:24:09.238 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:24:09.238 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:24:09.242 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:24:09.242 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:24:09.243 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:24:09.325 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:24:09.326 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 122.8697ms
2024-04-06 16:24:09.326 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:24:09.359 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:24:09.361 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 122.8159ms
2024-04-06 16:24:09.361 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:24:12.234 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:24:12.234 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:24:12.235 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:24:12.236 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:24:12.236 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:24:12.236 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:24:12.253 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:24:12.253 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:24:12.254 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:24:12.254 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:24:12.256 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:24:12.256 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:24:12.258 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:24:12.261 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:24:12.262 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 25.9779ms
2024-04-06 16:24:12.262 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:24:12.266 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:24:12.266 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:24:12.276 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:24:12.276 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:24:12.276 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:24:12.276 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.0712ms
2024-04-06 16:24:12.276 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:24:12.277 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:24:12.287 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:24:12.287 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:24:12.288 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:24:12.288 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:24:12.288 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:24:12.288 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:24:12.297 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:24:12.297 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.4789ms
2024-04-06 16:24:12.297 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:24:12.306 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:24:12.306 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:24:12.307 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:24:12.339 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:24:12.340 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:24:12.340 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:24:12.340 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:24:12.341 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:24:12.341 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:24:12.346 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:24:12.346 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:24:12.347 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:24:12.350 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:24:12.350 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 9.3213ms
2024-04-06 16:24:12.350 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:24:14.290 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:24:14.290 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:24:14.291 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:24:14.291 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:24:14.291 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:24:14.291 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:24:14.296 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:24:14.296 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:24:14.297 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:24:14.300 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:24:14.300 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 9.0927ms
2024-04-06 16:24:14.300 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:25:05.375 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:25:05.375 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:25:05.376 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:25:05.376 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:25:05.377 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:25:05.377 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:25:05.381 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:25:05.381 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:25:05.382 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:25:05.422 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:25:05.422 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 45.4528ms
2024-04-06 16:25:05.422 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:25:06.211 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:25:06.211 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:25:06.212 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:25:06.212 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:25:06.212 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:25:06.212 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:25:06.216 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:25:06.216 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:25:06.217 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:25:06.220 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:25:06.220 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.0062ms
2024-04-06 16:25:06.220 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:25:09.145 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:25:09.145 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:25:09.147 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:25:09.147 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:25:09.147 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:25:09.147 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:25:09.156 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:25:09.156 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.4712ms
2024-04-06 16:25:09.156 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:25:09.164 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:25:09.164 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:25:09.165 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:25:09.165 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:25:09.165 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:25:09.165 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:25:09.167 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:25:09.167 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:25:09.169 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:25:09.174 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:25:09.174 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.8709ms
2024-04-06 16:25:09.174 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:25:09.184 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:25:09.184 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:25:09.185 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:25:09.205 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:25:09.205 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:25:09.206 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:25:09.206 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:25:09.206 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:25:09.206 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:25:09.214 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:25:09.214 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 7.7713ms
2024-04-06 16:25:09.214 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:25:09.250 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:25:09.250 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:25:09.251 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:26:01.796 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:26:01.796 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:26:01.797 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:26:01.797 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:26:01.797 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:26:01.797 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:26:01.801 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:26:01.802 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:26:01.802 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:26:01.857 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:26:01.857 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 60.0639ms
2024-04-06 16:26:01.857 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:26:42.194 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:26:42.194 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:26:42.220 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:26:42.220 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:26:42.228 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:26:42.229 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 34.8026ms
2024-04-06 16:26:42.229 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:26:42.259 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:26:42.259 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 39.1236ms
2024-04-06 16:26:42.259 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:27:25.832 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:27:25.832 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:27:25.868 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:27:25.868 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:27:25.870 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:27:25.871 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 37.9729ms
2024-04-06 16:27:25.871 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:27:25.907 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:27:25.907 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 39.0164ms
2024-04-06 16:27:25.907 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:27:45.324 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:27:45.324 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:27:45.334 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:27:45.334 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.0061ms
2024-04-06 16:27:45.334 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:27:45.350 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:27:45.350 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:27:45.359 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:27:45.359 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.689ms
2024-04-06 16:27:45.359 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:27:50.342 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:27:50.342 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:27:50.351 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:27:50.352 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 9.5364ms
2024-04-06 16:27:50.352 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:27:50.376 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:27:50.376 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:27:50.384 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:27:50.384 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.3346ms
2024-04-06 16:27:50.384 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:28:08.977 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:28:08.977 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:28:08.986 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:28:08.986 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.7741ms
2024-04-06 16:28:08.986 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:28:09.003 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:28:09.003 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:28:09.025 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:28:09.025 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 21.9188ms
2024-04-06 16:28:09.025 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:32:34.642 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:32:34.642 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:32:34.643 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:32:34.643 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:32:34.643 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:32:34.643 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:32:34.648 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:32:34.648 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:32:34.649 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:32:34.678 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:32:34.678 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:32:34.679 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:32:34.679 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:32:34.679 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:32:34.679 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:32:34.681 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:32:34.681 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 38.3021ms
2024-04-06 16:32:34.681 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:32:34.684 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:32:34.684 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:32:34.685 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:32:34.724 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:32:34.724 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 44.8443ms
2024-04-06 16:32:34.724 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:33:34.421 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:33:34.422 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:33:34.449 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:33:34.449 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:33:34.456 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:33:34.456 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 34.4662ms
2024-04-06 16:33:34.456 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:33:34.490 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:33:34.490 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 41.2768ms
2024-04-06 16:33:34.490 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:35:17.547 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 16:35:17.570 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 16:35:17.570 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 16:35:17.592 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:35:17.592 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:35:17.593 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:35:17.593 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:35:17.593 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:35:17.618 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:35:17.618 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:35:17.618 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:35:17.618 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:35:17.618 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:35:17.618 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:35:17.618 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:35:17.618 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:35:17.618 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:35:17.618 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:35:18.333 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:35:18.333 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:35:18.333 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:35:18.333 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:35:18.334 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:35:18.334 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 16:35:18.334 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 16:35:18.334 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:35:18.334 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:35:18.335 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 16:35:18.335 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:35:18.344 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 16:35:18.348 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:35:18.348 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 13.1146ms
2024-04-06 16:35:18.348 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:35:18.367 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:35:18.367 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:35:18.369 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 16:35:18.390 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:35:18.390 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:35:18.391 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:35:18.424 +08:00 [INF] 2024/4/6 16:35:18：cc,gXzV2T1Zk3c0-jSQB1ByIw连接服务端success，当前已连接1个
2024-04-06 16:35:18.471 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 16:35:18.588 +08:00 [DBG] =========Yi-SQL耗时117.9122毫秒=====
2024-04-06 16:35:18.596 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 16:35:18.613 +08:00 [DBG] =========Yi-SQL耗时16.8949毫秒=====
2024-04-06 16:35:18.635 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:35:18.646 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 301.783ms
2024-04-06 16:35:18.646 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 16:35:18.655 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:35:18.655 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:35:18.655 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 16:35:18.656 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 16:35:18.660 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:35:18.660 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:35:18.661 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 16:35:21.971 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 16:35:21.971 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 16:35:21.972 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 16:35:21.985 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:35:22.552 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:35:22.552 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:35:22.552 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:35:22.552 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:35:22.553 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 16:35:22.553 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 16:35:22.553 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:35:22.553 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:35:22.553 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 16:35:22.553 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:35:22.553 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:35:22.553 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 16:35:22.557 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 16:35:22.561 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:35:22.561 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:35:22.563 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:35:22.564 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.234ms
2024-04-06 16:35:22.564 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:35:22.569 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 16:35:22.575 +08:00 [DBG] =========Yi-SQL耗时17.182毫秒=====
2024-04-06 16:35:22.575 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 16:35:22.590 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:35:22.590 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:35:22.591 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:35:22.593 +08:00 [DBG] =========Yi-SQL耗时17.798毫秒=====
2024-04-06 16:35:22.597 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:35:22.597 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 43.2882ms
2024-04-06 16:35:22.597 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 16:35:22.604 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:35:22.604 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:35:22.605 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 16:35:22.605 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 16:35:22.610 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:35:22.610 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:35:22.611 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 16:35:22.615 +08:00 [INF] 2024/4/6 16:35:22：cc,XG3AWd-yzdz2ujExdwgNrw连接服务端success，当前已连接1个
2024-04-06 16:35:35.873 +08:00 [INF] CORS policy execution successful.
2024-04-06 16:35:35.875 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:35:35.875 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 16:35:35.876 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 1.0368ms
2024-04-06 16:35:35.876 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:35:40.033 +08:00 [INF] CORS policy execution successful.
2024-04-06 16:35:40.034 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:35:40.034 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 16:35:40.036 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 1.3225ms
2024-04-06 16:35:40.036 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:35:40.192 +08:00 [INF] CORS policy execution successful.
2024-04-06 16:35:40.193 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:35:40.194 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 16:35:40.194 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.7314ms
2024-04-06 16:35:40.194 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:35:40.405 +08:00 [INF] CORS policy execution successful.
2024-04-06 16:35:40.406 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:35:40.406 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 16:35:40.407 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.8482ms
2024-04-06 16:35:40.407 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:35:40.599 +08:00 [INF] CORS policy execution successful.
2024-04-06 16:35:40.600 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:35:40.600 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 16:35:40.601 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.8773ms
2024-04-06 16:35:40.601 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:37:19.931 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:37:19.931 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:37:19.941 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:37:19.942 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:37:19.969 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:37:19.970 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 38.2291ms
2024-04-06 16:37:19.970 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:37:19.975 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:37:19.975 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 33.7597ms
2024-04-06 16:37:19.975 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:40:11.423 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 16:40:11.423 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 16:40:11.423 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 16:40:11.482 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:40:12.293 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:40:12.293 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:40:12.295 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 16:40:12.296 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:40:12.296 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:40:12.296 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 16:40:12.299 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:40:12.299 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:40:12.299 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 16:40:12.300 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:40:12.300 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 16:40:12.300 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:40:12.304 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 16:40:12.311 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:40:12.311 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.8796ms
2024-04-06 16:40:12.311 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:40:12.308 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:40:12.314 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:40:12.315 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 16:40:12.331 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:40:12.331 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:40:12.332 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:40:12.361 +08:00 [INF] 2024/4/6 16:40:12：cc,TPlghcGdDVSun8wryLorEg连接服务端success，当前已连接1个
2024-04-06 16:40:12.408 +08:00 [DBG] =========Yi-SQL耗时103.8364毫秒=====
2024-04-06 16:40:12.409 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 16:40:12.432 +08:00 [DBG] =========Yi-SQL耗时23.5428毫秒=====
2024-04-06 16:40:12.434 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:40:12.434 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 133.8759ms
2024-04-06 16:40:12.434 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 16:40:12.441 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:40:12.441 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:40:12.443 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 16:40:12.443 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 16:40:12.447 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:40:12.447 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:40:12.448 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 16:40:22.876 +08:00 [INF] CORS policy execution successful.
2024-04-06 16:40:22.877 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:40:22.877 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 16:40:22.878 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 1.0896ms
2024-04-06 16:40:22.878 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:40:23.833 +08:00 [INF] CORS policy execution successful.
2024-04-06 16:40:23.834 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:40:23.834 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 16:40:23.834 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.7184ms
2024-04-06 16:40:23.836 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:41:37.477 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:41:37.477 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:41:37.489 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:41:37.489 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:41:37.519 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:41:37.519 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 42.21ms
2024-04-06 16:41:37.519 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:41:37.535 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:41:37.535 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 45.4529ms
2024-04-06 16:41:37.535 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:42:09.922 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:42:09.923 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:42:09.925 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:42:09.926 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:42:09.926 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:42:09.926 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:42:09.926 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 16:42:09.926 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 16:42:09.926 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:42:09.926 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:42:09.927 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:42:09.927 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:42:09.927 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:42:09.927 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:42:09.930 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:42:09.932 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:42:09.933 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 16:42:09.933 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:42:09.933 +08:00 [INF] 用户core离开了，当前已连接1个
2024-04-06 16:42:09.934 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:42:09.934 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 16:42:09.934 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:42:09.935 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:42:09.935 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:42:09.935 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:42:09.935 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:42:09.935 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:42:09.936 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 16:42:09.936 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:42:09.936 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 16:42:09.936 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 9.2148ms
2024-04-06 16:42:09.936 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:42:09.939 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:42:09.939 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:42:09.940 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 16:42:09.949 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:42:09.956 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 16:42:09.965 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:42:09.965 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:42:09.966 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:42:09.972 +08:00 [DBG] =========Yi-SQL耗时16.1812毫秒=====
2024-04-06 16:42:09.973 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 16:42:09.980 +08:00 [INF] 2024/4/6 16:42:09：core,KVzEEVhAzTzpg5EmwReVMg连接服务端success，当前已连接1个
2024-04-06 16:42:09.989 +08:00 [DBG] =========Yi-SQL耗时16.1785毫秒=====
2024-04-06 16:42:09.990 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:42:09.990 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 54.0217ms
2024-04-06 16:42:09.990 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 16:42:09.994 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:42:09.994 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:42:09.995 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 16:42:09.995 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 16:42:09.998 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:42:09.998 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:42:09.999 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 16:42:15.445 +08:00 [INF] CORS policy execution successful.
2024-04-06 16:42:15.446 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:42:15.446 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 16:42:15.447 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.8699ms
2024-04-06 16:42:15.447 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:42:15.560 +08:00 [INF] CORS policy execution successful.
2024-04-06 16:42:15.560 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:42:15.561 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 16:42:15.561 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5138ms
2024-04-06 16:42:15.561 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:42:15.694 +08:00 [INF] CORS policy execution successful.
2024-04-06 16:42:15.695 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:42:15.695 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 16:42:15.696 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.7856ms
2024-04-06 16:42:15.696 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:42:27.376 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 16:42:27.376 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 16:42:27.376 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 16:42:27.384 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:42:27.962 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:42:27.962 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:42:27.962 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:42:27.962 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:42:27.963 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:42:27.963 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 16:42:27.963 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 16:42:27.963 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:42:27.963 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:42:27.963 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 16:42:27.964 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 16:42:27.964 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:42:27.968 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 16:42:27.974 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:42:27.975 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 11.1161ms
2024-04-06 16:42:27.975 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:42:27.976 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:42:27.976 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:42:27.978 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 16:42:27.996 +08:00 [DBG] =========Yi-SQL耗时28.4801毫秒=====
2024-04-06 16:42:27.997 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 16:42:27.999 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:42:27.999 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:42:28.000 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:42:28.016 +08:00 [INF] 2024/4/6 16:42:28：cc,AvX46e5MTrD3duDV8P9Slw连接服务端success，当前已连接1个
2024-04-06 16:42:28.025 +08:00 [DBG] =========Yi-SQL耗时27.1956毫秒=====
2024-04-06 16:42:28.035 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:42:28.036 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 71.9396ms
2024-04-06 16:42:28.036 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 16:42:28.045 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:42:28.045 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:42:28.046 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 16:42:28.046 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 16:42:28.053 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:42:28.053 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:42:28.054 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 16:42:34.339 +08:00 [INF] CORS policy execution successful.
2024-04-06 16:42:34.339 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:42:34.340 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 16:42:34.340 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.7227ms
2024-04-06 16:42:34.340 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:42:34.606 +08:00 [INF] CORS policy execution successful.
2024-04-06 16:42:34.607 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:42:34.607 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 16:42:34.608 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5845ms
2024-04-06 16:42:34.608 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:48:02.211 +08:00 [INF] 
   __     ___   ______                                           _    
   \ \   / (_) |  ____|                                         | |   
    \ \_/ / _  | |__ _ __ __ _ _ __ ___   _____      _____  _ __| | __
     \   / | | |  __| '__/ _` | '_ ` _ \ / _ \ \ /\ / / _ \| '__| |/ /
      | |  | | | |  | | | (_| | | | | | |  __/\ V  V / (_) | |  |   < 
      |_|  |_| |_|  |_|  \__,_|_| |_| |_|\___| \_/\_/ \___/|_|  |_|\_\

2024-04-06 16:48:02.229 +08:00 [INF] Yi框架-Abp.vNext，启动！
2024-04-06 16:48:06.821 +08:00 [INF] Loaded ABP modules:
2024-04-06 16:48:06.821 +08:00 [INF] - Yi.Abp.Web.YiAbpWebModule
2024-04-06 16:48:06.821 +08:00 [INF]   - Yi.Abp.SqlsugarCore.YiAbpSqlSugarCoreModule
2024-04-06 16:48:06.821 +08:00 [INF]     - Yi.Abp.Domain.YiAbpDomainModule
2024-04-06 16:48:06.821 +08:00 [INF]       - Yi.Abp.Domain.Shared.YiAbpDomainSharedModule
2024-04-06 16:48:06.821 +08:00 [INF]         - Yi.Framework.Rbac.Domain.Shared.YiFrameworkRbacDomainSharedModule
2024-04-06 16:48:06.821 +08:00 [INF]           - Volo.Abp.Domain.AbpDddDomainSharedModule
2024-04-06 16:48:06.821 +08:00 [INF]             - Volo.Abp.MultiTenancy.AbpMultiTenancyAbstractionsModule
2024-04-06 16:48:06.821 +08:00 [INF]               - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2024-04-06 16:48:06.821 +08:00 [INF]               - Volo.Abp.Localization.AbpLocalizationModule
2024-04-06 16:48:06.821 +08:00 [INF]                 - Volo.Abp.Settings.AbpSettingsModule
2024-04-06 16:48:06.821 +08:00 [INF]                   - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2024-04-06 16:48:06.821 +08:00 [INF]                   - Volo.Abp.Security.AbpSecurityModule
2024-04-06 16:48:06.821 +08:00 [INF]                   - Volo.Abp.Data.AbpDataModule
2024-04-06 16:48:06.821 +08:00 [INF]                     - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2024-04-06 16:48:06.821 +08:00 [INF]                       - Volo.Abp.Validation.AbpValidationAbstractionsModule
2024-04-06 16:48:06.821 +08:00 [INF]                     - Volo.Abp.Uow.AbpUnitOfWorkModule
2024-04-06 16:48:06.821 +08:00 [INF]                     - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2024-04-06 16:48:06.821 +08:00 [INF]                 - Volo.Abp.Threading.AbpThreadingModule
2024-04-06 16:48:06.821 +08:00 [INF]           - Yi.Framework.Mapster.YiFrameworkMapsterModule
2024-04-06 16:48:06.821 +08:00 [INF]             - Yi.Framework.Core.YiFrameworkCoreModule
2024-04-06 16:48:06.821 +08:00 [INF]             - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2024-04-06 16:48:06.821 +08:00 [INF]         - Yi.Framework.Bbs.Domain.Shared.YiFrameworkBbsDomainSharedModule
2024-04-06 16:48:06.821 +08:00 [INF]         - Yi.Framework.ChatHub.Domain.Shared.YiFrameworkChatHubDomainSharedModule
2024-04-06 16:48:06.821 +08:00 [INF]         - Yi.Framework.AuditLogging.Domain.Shared.YiFrameworkAuditLoggingDomainSharedModule
2024-04-06 16:48:06.821 +08:00 [INF]       - Yi.Framework.TenantManagement.Domain.YiFrameworkTenantManagementDomainModule
2024-04-06 16:48:06.821 +08:00 [INF]         - Volo.Abp.Domain.AbpDddDomainModule
2024-04-06 16:48:06.821 +08:00 [INF]           - Volo.Abp.Auditing.AbpAuditingModule
2024-04-06 16:48:06.821 +08:00 [INF]             - Volo.Abp.Json.AbpJsonModule
2024-04-06 16:48:06.821 +08:00 [INF]               - Volo.Abp.Json.SystemTextJson.AbpJsonSystemTextJsonModule
2024-04-06 16:48:06.821 +08:00 [INF]                 - Volo.Abp.Json.AbpJsonAbstractionsModule
2024-04-06 16:48:06.821 +08:00 [INF]                 - Volo.Abp.Timing.AbpTimingModule
2024-04-06 16:48:06.821 +08:00 [INF]             - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2024-04-06 16:48:06.821 +08:00 [INF]             - Volo.Abp.Auditing.AbpAuditingContractsModule
2024-04-06 16:48:06.821 +08:00 [INF]           - Volo.Abp.EventBus.AbpEventBusModule
2024-04-06 16:48:06.821 +08:00 [INF]             - Volo.Abp.Guids.AbpGuidsModule
2024-04-06 16:48:06.821 +08:00 [INF]             - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule
2024-04-06 16:48:06.821 +08:00 [INF]             - Volo.Abp.DistributedLocking.AbpDistributedLockingAbstractionsModule
2024-04-06 16:48:06.821 +08:00 [INF]           - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2024-04-06 16:48:06.821 +08:00 [INF]           - Volo.Abp.Specifications.AbpSpecificationsModule
2024-04-06 16:48:06.821 +08:00 [INF]           - Volo.Abp.Caching.AbpCachingModule
2024-04-06 16:48:06.821 +08:00 [INF]             - Volo.Abp.Serialization.AbpSerializationModule
2024-04-06 16:48:06.821 +08:00 [INF]         - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule
2024-04-06 16:48:06.821 +08:00 [INF]           - Volo.Abp.Validation.AbpValidationModule
2024-04-06 16:48:06.821 +08:00 [INF]       - Yi.Framework.Rbac.Domain.YiFrameworkRbacDomainModule
2024-04-06 16:48:06.821 +08:00 [INF]         - Yi.Framework.Caching.FreeRedis.YiFrameworkCachingFreeRedisModule
2024-04-06 16:48:06.821 +08:00 [INF]         - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule
2024-04-06 16:48:06.821 +08:00 [INF]           - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2024-04-06 16:48:06.822 +08:00 [INF]             - Volo.Abp.Http.AbpHttpModule
2024-04-06 16:48:06.822 +08:00 [INF]               - Volo.Abp.Http.AbpHttpAbstractionsModule
2024-04-06 16:48:06.822 +08:00 [INF]               - Volo.Abp.Minify.AbpMinifyModule
2024-04-06 16:48:06.822 +08:00 [INF]             - Volo.Abp.Authorization.AbpAuthorizationModule
2024-04-06 16:48:06.822 +08:00 [INF]               - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2024-04-06 16:48:06.822 +08:00 [INF]       - Yi.Framework.Bbs.Domain.YiFrameworkBbsDomainModule
2024-04-06 16:48:06.822 +08:00 [INF]       - Yi.Framework.ChatHub.Domain.YiFrameworkChatHubDomainModule
2024-04-06 16:48:06.822 +08:00 [INF]       - Yi.Framework.AuditLogging.Domain.YiFrameworkAuditLoggingDomainModule
2024-04-06 16:48:06.822 +08:00 [INF]     - Yi.Framework.Rbac.SqlSugarCore.YiFrameworkRbacSqlSugarCoreModule
2024-04-06 16:48:06.822 +08:00 [INF]       - Yi.Framework.SqlSugarCore.YiFrameworkSqlSugarCoreModule
2024-04-06 16:48:06.822 +08:00 [INF]     - Yi.Framework.Bbs.SqlSugarCore.YiFrameworkBbsSqlSugarCoreModule
2024-04-06 16:48:06.822 +08:00 [INF]     - Yi.Framework.CodeGen.SqlSugarCore.YiFrameworkCodeGenSqlSugarCoreModule
2024-04-06 16:48:06.822 +08:00 [INF]     - Yi.Framework.ChatHub.SqlSugarCore.YiFrameworkChatHubSqlSugarCoreModule
2024-04-06 16:48:06.822 +08:00 [INF]     - Yi.Framework.AuditLogging.SqlSugarCore.YiFrameworkAuditLoggingSqlSugarCoreModule
2024-04-06 16:48:06.822 +08:00 [INF]     - Yi.Framework.TenantManagement.SqlSugarCore.YiFrameworkTenantManagementSqlSugarCoreModule
2024-04-06 16:48:06.822 +08:00 [INF]   - Yi.Abp.Application.YiAbpApplicationModule
2024-04-06 16:48:06.822 +08:00 [INF]     - Yi.Abp.Application.Contracts.YiAbpApplicationContractsModule
2024-04-06 16:48:06.822 +08:00 [INF]       - Yi.Framework.Rbac.Application.Contracts.YiFrameworkRbacApplicationContractsModule
2024-04-06 16:48:06.822 +08:00 [INF]         - Yi.Framework.Ddd.Application.Contracts.YiFrameworkDddApplicationContractsModule
2024-04-06 16:48:06.822 +08:00 [INF]           - Volo.Abp.Application.AbpDddApplicationContractsModule
2024-04-06 16:48:06.822 +08:00 [INF]       - Yi.Framework.Bbs.Application.Contracts.YiFrameworkBbsApplicationContractsModule
2024-04-06 16:48:06.822 +08:00 [INF]       - Yi.Framework.ChatHub.Application.Contracts.YiFrameworkChatHubApplicationContractsModule
2024-04-06 16:48:06.822 +08:00 [INF]       - Yi.Framework.TenantManagement.Application.Contracts.YiFrameworkTenantManagementApplicationContractsModule
2024-04-06 16:48:06.822 +08:00 [INF]     - Yi.Framework.Rbac.Application.YiFrameworkRbacApplicationModule
2024-04-06 16:48:06.822 +08:00 [INF]       - Yi.Framework.Ddd.Application.YiFrameworkDddApplicationModule
2024-04-06 16:48:06.822 +08:00 [INF]         - Volo.Abp.Application.AbpDddApplicationModule
2024-04-06 16:48:06.822 +08:00 [INF]           - Volo.Abp.Features.AbpFeaturesModule
2024-04-06 16:48:06.822 +08:00 [INF]           - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2024-04-06 16:48:06.822 +08:00 [INF]       - Volo.Abp.BackgroundWorkers.Quartz.AbpBackgroundWorkersQuartzModule
2024-04-06 16:48:06.822 +08:00 [INF]         - Volo.Abp.Quartz.AbpQuartzModule
2024-04-06 16:48:06.822 +08:00 [INF]     - Yi.Framework.Bbs.Application.YiFrameworkBbsApplicationModule
2024-04-06 16:48:06.822 +08:00 [INF]     - Yi.Framework.ChatHub.Application.YiFrameworkChatHubApplicationModule
2024-04-06 16:48:06.822 +08:00 [INF]     - Yi.Framework.TenantManagement.Application.YiFrameworkTenantManagementApplicationModule
2024-04-06 16:48:06.822 +08:00 [INF]     - Yi.Framework.CodeGen.Application.YiFrameworkCodeGenApplicationModule
2024-04-06 16:48:06.822 +08:00 [INF]       - Yi.Framework.CodeGen.Application.Contracts.YiFrameworkCodeGenApplicationContractsModule
2024-04-06 16:48:06.822 +08:00 [INF]         - Yi.Framework.CodeGen.Domain.Shared.YiFrameworkCodeGenDomainSharedModule
2024-04-06 16:48:06.822 +08:00 [INF]       - Yi.Framework.CodeGen.Domain.YiFrameworkCodeGenDomainModule
2024-04-06 16:48:06.822 +08:00 [INF]         - Yi.Framework.SqlSugarCore.Abstractions.YiFrameworkSqlSugarCoreAbstractionsModule
2024-04-06 16:48:06.822 +08:00 [INF]   - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2024-04-06 16:48:06.822 +08:00 [INF]   - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2024-04-06 16:48:06.822 +08:00 [INF]     - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2024-04-06 16:48:06.822 +08:00 [INF]     - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2024-04-06 16:48:06.822 +08:00 [INF]     - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2024-04-06 16:48:06.822 +08:00 [INF]       - Volo.Abp.UI.AbpUiModule
2024-04-06 16:48:06.822 +08:00 [INF]   - Volo.Abp.Autofac.AbpAutofacModule
2024-04-06 16:48:06.822 +08:00 [INF]     - Volo.Abp.Castle.AbpCastleCoreModule
2024-04-06 16:48:06.822 +08:00 [INF]   - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2024-04-06 16:48:06.822 +08:00 [INF]   - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2024-04-06 16:48:06.822 +08:00 [INF]   - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule
2024-04-06 16:48:06.822 +08:00 [INF]   - Yi.Framework.AspNetCore.YiFrameworkAspNetCoreModule
2024-04-06 16:48:06.822 +08:00 [INF]   - Yi.Framework.AspNetCore.Authentication.OAuth.YiFrameworkAspNetCoreAuthenticationOAuthModule
2024-04-06 16:48:06.829 +08:00 [DBG] ==========模块Initialize初始化统计-跳过0ms模块==========
2024-04-06 16:48:06.836 +08:00 [INF] 
==========Yi-SQL配置:==========
数据库连接字符串：server=106.52.94.217;port=3306;database=yi-abp-pro;user id=root;password=Qz52013142020.
数据库类型：MySql
是否开启种子数据：False
是否开启CodeFirst：False
是否开启Saas多租户：False
===============================

2024-04-06 16:48:06.837 +08:00 [DBG] 耗时-6ms,已加载模块-Yi.Framework.SqlSugarCore
2024-04-06 16:48:06.840 +08:00 [DBG] 耗时-2ms,已加载模块-Volo.Abp.BackgroundWorkers.Quartz
2024-04-06 16:48:06.904 +08:00 [DBG] 耗时-64ms,已加载模块-Volo.Abp.BackgroundWorkers
2024-04-06 16:48:06.910 +08:00 [DBG] 耗时-5ms,已加载模块-Volo.Abp.EventBus
2024-04-06 16:48:06.950 +08:00 [DBG] 耗时-39ms,已加载模块-Volo.Abp.AspNetCore
2024-04-06 16:48:06.956 +08:00 [DBG] 耗时-5ms,已加载模块-Volo.Abp.Quartz
2024-04-06 16:48:07.037 +08:00 [DBG] 耗时-81ms,已加载模块-Volo.Abp.BackgroundWorkers.Quartz
2024-04-06 16:48:07.041 +08:00 [DBG] 耗时-3ms,已加载模块-Volo.Abp.AspNetCore.Mvc
2024-04-06 16:48:07.283 +08:00 [INF] User profile is available. Using 'C:\Users\Administrator\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2024-04-06 16:48:07.387 +08:00 [DBG] 耗时-345ms,已加载模块-Yi.Abp.Web
2024-04-06 16:48:07.454 +08:00 [INF] 正在初始化【BBS-等级数据】......
2024-04-06 16:48:07.516 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`CurrentLevel`,`MinExperience`,`Name`,`Nick`,`Logo` FROM `Level`  
===============================

2024-04-06 16:48:07.739 +08:00 [DBG] =========Yi-SQL耗时222.4355毫秒=====
2024-04-06 16:48:07.952 +08:00 [INF] 已完成初始化【BBS-等级数据】
2024-04-06 16:48:07.952 +08:00 [DBG] 耗时-564ms,已加载模块-Yi.Framework.Bbs.Domain
2024-04-06 16:48:07.953 +08:00 [INF] ==========【392】个模块初始化执行完毕，总耗时【1114ms】==========
2024-04-06 16:48:08.051 +08:00 [INF] Now listening on: http://[::]:19001
2024-04-06 16:48:08.211 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2024-04-06 16:48:08.212 +08:00 [INF] Hosting environment: Development
2024-04-06 16:48:08.212 +08:00 [INF] Content root path: D:\code\csharp\source\Yi\Yi.Abp.Net8\src\Yi.Abp.Web
2024-04-06 16:48:10.124 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:48:10.124 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:48:10.124 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:48:10.125 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:48:10.125 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:48:10.125 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:48:10.137 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:48:10.137 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:48:10.137 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:48:10.137 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:48:10.137 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:48:10.138 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:48:10.247 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:48:10.247 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 16:48:10.247 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 16:48:10.247 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:48:10.247 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 16:48:10.247 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 16:48:10.253 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:48:10.253 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 16:48:10.253 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 16:48:10.253 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 16:48:10.253 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 16:48:10.253 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:48:10.266 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:48:10.266 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:48:10.298 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:48:10.298 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:48:10.300 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 16:48:10.300 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:48:10.326 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:48:10.326 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:48:10.326 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:48:10.326 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:48:10.330 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 16:48:10.331 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:48:10.362 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:48:10.362 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:48:10.362 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:48:10.362 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:48:10.364 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 16:48:10.364 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 16:48:10.404 +08:00 [INF] 2024/4/6 16:48:10：core,Vgap7dg18CYKcO1oKx5qMA连接服务端success，当前已连接0个
2024-04-06 16:48:10.445 +08:00 [INF] 2024/4/6 16:48:10：cc,LpyO0JA4dcUzFSvoZqeR9w连接服务端success，当前已连接1个
2024-04-06 16:49:21.956 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 16:49:21.958 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 16:49:21.958 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 16:49:21.998 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:49:22.584 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:49:22.584 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:49:22.586 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:49:22.587 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:49:22.587 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 16:49:22.588 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 16:49:22.589 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:49:22.589 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 16:49:22.589 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:49:22.589 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:49:22.600 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:49:22.600 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:49:22.602 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 16:49:22.616 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:49:22.616 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:49:22.618 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:49:22.626 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:49:22.635 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 16:49:22.663 +08:00 [INF] 2024/4/6 16:49:22：cc,1jfEfUNTMPcgMOOdcj_icg连接服务端success，当前已连接1个
2024-04-06 16:49:22.718 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:49:22.771 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 141.5633ms
2024-04-06 16:49:22.771 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:49:22.812 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 16:49:22.855 +08:00 [DBG] =========Yi-SQL耗时43.2789毫秒=====
2024-04-06 16:49:22.864 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 16:49:22.881 +08:00 [DBG] =========Yi-SQL耗时17.4459毫秒=====
2024-04-06 16:49:22.904 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:49:22.913 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 278.4783ms
2024-04-06 16:49:22.913 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 16:49:22.920 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:49:22.920 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:49:22.921 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 16:49:22.921 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 16:49:22.927 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:49:22.927 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:49:22.929 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 16:49:32.679 +08:00 [INF] 用户core离开了，当前已连接1个
2024-04-06 16:49:32.681 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 16:49:32.681 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 16:49:32.690 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 16:49:32.878 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:49:32.878 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:49:32.879 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:49:32.879 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:49:32.879 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 16:49:32.879 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 16:49:32.881 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 16:49:32.881 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 16:49:32.889 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:49:32.889 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:49:32.890 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 16:49:32.895 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:49:32.895 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 16:49:32.895 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 16:49:32.896 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 16:49:32.904 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:49:32.904 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.9279ms
2024-04-06 16:49:32.904 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:49:32.907 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:49:32.907 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:49:32.908 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 16:49:32.921 +08:00 [INF] 2024/4/6 16:49:32：core,Y4caom74oS49ZO-SULEJeQ连接服务端success，当前已连接1个
2024-04-06 16:49:32.922 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 16:49:32.939 +08:00 [DBG] =========Yi-SQL耗时16.1613毫秒=====
2024-04-06 16:49:32.939 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 16:49:32.955 +08:00 [DBG] =========Yi-SQL耗时15.6278毫秒=====
2024-04-06 16:49:32.957 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 16:49:32.957 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 61.2434ms
2024-04-06 16:49:32.957 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 16:49:32.961 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:49:32.961 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:49:32.962 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 16:49:32.962 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 16:49:32.965 +08:00 [INF] CORS policy execution failed.
2024-04-06 16:49:32.965 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 16:49:32.966 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 16:50:04.949 +08:00 [INF] CORS policy execution successful.
2024-04-06 16:50:04.951 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:50:04.954 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 16:50:04.974 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 20.1928ms
2024-04-06 16:50:04.974 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:50:50.208 +08:00 [INF] CORS policy execution successful.
2024-04-06 16:50:50.209 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 16:50:50.209 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 16:50:50.211 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 1.5103ms
2024-04-06 16:50:50.211 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:00:00.017 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`CreationTime`,`ComparisonValue`,`Value`,`IsFluctuate` FROM `InterestRecords`    ORDER BY `CreationTime` DESC LIMIT 0,1
===============================

2024-04-06 17:00:00.089 +08:00 [DBG] =========Yi-SQL耗时72.1851毫秒=====
2024-04-06 17:00:00.205 +08:00 [WRN] UnitOfWorkManager.Current is null! Can not publish the event.
2024-04-06 17:00:00.223 +08:00 [DBG] 
==========Yi-SQL执行:==========
INSERT INTO `InterestRecords`  
           (`Id`,`CreationTime`,`ComparisonValue`,`Value`,`IsFluctuate`)
     VALUES
           (N'f63fb127-2c9c-1c24-d226-3a11c4cfaf49',CAST('2024-04-06 17:00:00.206' AS DATETIME),1715.11,1.256400,0) ;
===============================

2024-04-06 17:00:00.250 +08:00 [DBG] =========Yi-SQL耗时27.6377毫秒=====
2024-04-06 17:02:51.295 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:02:51.295 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:02:51.311 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:02:51.311 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:02:51.417 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:02:51.417 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 106.107ms
2024-04-06 17:02:51.417 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:02:51.447 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:02:51.448 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 152.1973ms
2024-04-06 17:02:51.448 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:03:03.324 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:03:03.325 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:03:03.334 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:03:03.334 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 9.4263ms
2024-04-06 17:03:03.334 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:03:03.342 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:03:03.342 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:03:03.350 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:03:03.350 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.4834ms
2024-04-06 17:03:03.350 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:03:05.514 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:03:05.514 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:03:05.514 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:03:05.528 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:03:06.081 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:03:06.081 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:03:06.081 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:03:06.081 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:03:06.082 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:03:06.082 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:03:06.082 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:03:06.083 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:03:06.083 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:03:06.083 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:03:06.083 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:03:06.083 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:03:06.085 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:03:06.092 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:03:06.093 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 9.9027ms
2024-04-06 17:03:06.093 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:03:06.099 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:03:06.099 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:03:06.101 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:03:06.119 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:03:06.119 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:03:06.121 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:03:06.121 +08:00 [DBG] =========Yi-SQL耗时36.3568毫秒=====
2024-04-06 17:03:06.124 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:03:06.139 +08:00 [INF] 2024/4/6 17:03:06：cc,2B32vTIIbPAMiJFCQMocKA连接服务端success，当前已连接1个
2024-04-06 17:03:06.144 +08:00 [DBG] =========Yi-SQL耗时19.6074毫秒=====
2024-04-06 17:03:06.146 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:03:06.146 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 62.9781ms
2024-04-06 17:03:06.146 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:03:06.153 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:03:06.153 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:03:06.154 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:03:06.154 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:03:06.161 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:03:06.161 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:03:06.162 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:06:25.120 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:06:25.120 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:06:25.133 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:06:25.133 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:06:25.162 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:06:25.163 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 42.1652ms
2024-04-06 17:06:25.163 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:06:25.178 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:06:25.178 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 44.9389ms
2024-04-06 17:06:25.178 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:06:47.121 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:06:47.121 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:06:47.128 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:06:47.128 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:06:47.157 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:06:47.157 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 36.0581ms
2024-04-06 17:06:47.157 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:06:47.163 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:06:47.163 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 34.9542ms
2024-04-06 17:06:47.163 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:06:55.356 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:06:55.357 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:06:55.364 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:06:55.364 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 7.8691ms
2024-04-06 17:06:55.365 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:06:55.365 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:06:55.366 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:06:55.373 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:06:55.373 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 7.099ms
2024-04-06 17:06:55.373 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:07:11.502 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:07:11.502 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:07:11.510 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:07:11.510 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.0254ms
2024-04-06 17:07:11.510 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:07:11.511 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:07:11.512 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:07:11.519 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:07:11.519 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 7.2741ms
2024-04-06 17:07:11.519 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:07:23.179 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:07:23.179 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:07:23.190 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:07:23.190 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:07:23.197 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:07:23.197 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 17.4956ms
2024-04-06 17:07:23.197 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:07:23.253 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:07:23.254 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 63.2075ms
2024-04-06 17:07:23.254 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:07:53.394 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:07:53.394 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:07:53.404 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:07:53.404 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:07:53.438 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:07:53.438 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 43.5016ms
2024-04-06 17:07:53.438 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:07:53.443 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:07:53.443 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 39.6009ms
2024-04-06 17:07:53.443 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:08:03.739 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:08:03.739 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:08:03.747 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:08:03.748 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:08:03.752 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:08:03.752 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 12.6412ms
2024-04-06 17:08:03.752 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:08:03.757 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:08:03.757 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 9.1581ms
2024-04-06 17:08:03.757 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:08:20.867 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:08:20.869 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:08:20.871 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:08:20.884 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:08:21.505 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:08:21.505 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:08:21.505 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:08:21.505 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:08:21.507 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:08:21.507 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:08:21.507 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:08:21.507 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:08:21.508 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:08:21.508 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:08:21.508 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:08:21.508 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:08:21.510 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:08:21.525 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:08:21.525 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:08:21.526 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:08:21.543 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:08:21.543 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 35.3761ms
2024-04-06 17:08:21.543 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:08:21.564 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:08:21.564 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:08:21.566 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:08:21.595 +08:00 [INF] 2024/4/6 17:08:21：cc,D8UFwUhsZmFC1L-MrGD3dA连接服务端success，当前已连接1个
2024-04-06 17:08:21.685 +08:00 [DBG] =========Yi-SQL耗时174.8197毫秒=====
2024-04-06 17:08:21.686 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:08:21.704 +08:00 [DBG] =========Yi-SQL耗时18.3823毫秒=====
2024-04-06 17:08:21.706 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:08:21.706 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 199.0202ms
2024-04-06 17:08:21.706 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:08:21.714 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:08:21.714 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:08:21.715 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:08:21.715 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:08:21.719 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:08:21.719 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:08:21.720 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:09:16.176 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:09:16.176 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:09:16.187 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:09:16.187 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:09:16.222 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:09:16.222 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 46.0354ms
2024-04-06 17:09:16.222 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:09:16.231 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:09:16.231 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 44.064ms
2024-04-06 17:09:16.231 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:09:31.080 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:09:31.080 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:09:31.089 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:09:31.089 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:09:31.091 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:09:31.091 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.3835ms
2024-04-06 17:09:31.091 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:09:31.098 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:09:31.099 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 9.1259ms
2024-04-06 17:09:31.099 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:09:48.765 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:09:48.766 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:09:48.775 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:09:48.776 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 9.9849ms
2024-04-06 17:09:48.776 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:09:48.776 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:09:48.777 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:09:48.786 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:09:48.786 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 9.3393ms
2024-04-06 17:09:48.786 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:09:52.741 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:09:52.741 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:09:52.741 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:09:52.754 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:09:53.324 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:09:53.324 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:09:53.324 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:09:53.324 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:09:53.326 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:09:53.326 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:09:53.326 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:09:53.326 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:09:53.326 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:09:53.326 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:09:53.326 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:09:53.333 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:09:53.337 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:09:53.343 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:09:53.344 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 17.9195ms
2024-04-06 17:09:53.344 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:09:53.345 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:09:53.345 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:09:53.347 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:09:53.361 +08:00 [DBG] =========Yi-SQL耗时23.7869毫秒=====
2024-04-06 17:09:53.361 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:09:53.365 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:09:53.365 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:09:53.366 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:09:53.386 +08:00 [INF] 2024/4/6 17:09:53：cc,SZq0ZWvaMzgBRknyQVncNA连接服务端success，当前已连接1个
2024-04-06 17:09:53.394 +08:00 [DBG] =========Yi-SQL耗时32.7684毫秒=====
2024-04-06 17:09:53.396 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:09:53.397 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 63.4839ms
2024-04-06 17:09:53.397 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:09:53.410 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:09:53.410 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:09:53.411 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:09:53.412 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:09:53.417 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:09:53.417 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:09:53.418 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:10:32.052 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:10:32.052 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:10:32.061 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:10:32.061 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:10:32.092 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:10:32.093 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 40.8093ms
2024-04-06 17:10:32.093 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:10:32.104 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:10:32.104 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 43.0386ms
2024-04-06 17:10:32.104 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:10:37.048 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:10:37.048 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:10:37.051 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:10:37.057 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:10:37.608 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:10:37.608 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:10:37.608 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:10:37.608 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:10:37.609 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:10:37.609 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:10:37.609 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:10:37.609 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:10:37.609 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:10:37.609 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:10:37.609 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:10:37.609 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:10:37.612 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:10:37.628 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:10:37.628 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:10:37.629 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:10:37.639 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:10:37.639 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 30.027ms
2024-04-06 17:10:37.639 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:10:37.642 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:10:37.643 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:10:37.644 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:10:37.669 +08:00 [INF] 2024/4/6 17:10:37：cc,2MKRPN948O7d_Zz73jy9aw连接服务端success，当前已连接1个
2024-04-06 17:10:37.671 +08:00 [DBG] =========Yi-SQL耗时58.5327毫秒=====
2024-04-06 17:10:37.671 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:10:37.693 +08:00 [DBG] =========Yi-SQL耗时21.2145毫秒=====
2024-04-06 17:10:37.695 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:10:37.695 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 85.825ms
2024-04-06 17:10:37.695 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:10:37.704 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:10:37.704 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:10:37.705 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:10:37.705 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:10:37.710 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:10:37.710 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:10:37.711 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:10:44.433 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:10:44.433 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:10:44.434 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:10:44.457 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:10:44.966 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:10:44.966 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:10:44.967 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:10:44.967 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:10:44.968 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:10:44.968 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:10:44.968 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:10:44.968 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:10:44.968 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:10:44.968 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:10:44.968 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:10:44.968 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:10:44.971 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:10:44.979 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:10:44.979 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.4726ms
2024-04-06 17:10:44.979 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:10:44.980 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:10:44.980 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:10:44.981 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:10:44.995 +08:00 [DBG] =========Yi-SQL耗时23.8571毫秒=====
2024-04-06 17:10:44.996 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:10:45.003 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:10:45.003 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:10:45.004 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:10:45.016 +08:00 [INF] 2024/4/6 17:10:45：cc,b9tiH1p7QIIPIygJDyHB5Q连接服务端success，当前已连接1个
2024-04-06 17:10:45.019 +08:00 [DBG] =========Yi-SQL耗时23毫秒=====
2024-04-06 17:10:45.020 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:10:45.021 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 52.0843ms
2024-04-06 17:10:45.021 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:10:45.028 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:10:45.028 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:10:45.029 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:10:45.029 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:10:45.035 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:10:45.035 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:10:45.036 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:12:38.215 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:12:38.215 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:12:38.226 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:12:38.226 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:12:38.255 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:12:38.255 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 40.1032ms
2024-04-06 17:12:38.255 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:12:38.274 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:12:38.274 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 47.4798ms
2024-04-06 17:12:38.274 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:12:42.551 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:12:42.553 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:12:42.554 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:12:42.614 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:12:43.105 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:12:43.105 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:12:43.107 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:12:43.107 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:12:43.113 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:12:43.114 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:12:43.116 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:12:43.117 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:12:43.122 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:12:43.123 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:12:43.123 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:12:43.123 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:12:43.125 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:12:43.127 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:12:43.127 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:12:43.132 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:12:43.132 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.9374ms
2024-04-06 17:12:43.132 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:12:43.132 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:12:43.145 +08:00 [DBG] =========Yi-SQL耗时20.2447毫秒=====
2024-04-06 17:12:43.146 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:12:43.151 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:12:43.151 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:12:43.153 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:12:43.164 +08:00 [DBG] =========Yi-SQL耗时17.601毫秒=====
2024-04-06 17:12:43.167 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:12:43.167 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 44.5953ms
2024-04-06 17:12:43.167 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:12:43.175 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:12:43.175 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:12:43.176 +08:00 [INF] 2024/4/6 17:12:43：cc,FV8RIj7L5LnhHtUbrrD3pg连接服务端success，当前已连接1个
2024-04-06 17:12:43.176 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:12:43.176 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:12:43.182 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:12:43.182 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:12:43.184 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:13:01.823 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:13:01.823 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:13:01.831 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:13:01.831 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:13:01.833 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:13:01.833 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.025ms
2024-04-06 17:13:01.833 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:13:01.865 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:13:01.865 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 33.6741ms
2024-04-06 17:13:01.865 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:13:44.598 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:13:44.598 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:13:44.599 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:13:44.668 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:13:45.192 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:13:45.193 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:13:45.193 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:13:45.193 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:13:45.194 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:13:45.194 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:13:45.194 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:13:45.194 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:13:45.194 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:13:45.194 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:13:45.195 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:13:45.195 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:13:45.198 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:13:45.204 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:13:45.205 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.3769ms
2024-04-06 17:13:45.206 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:13:45.208 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:13:45.208 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:13:45.210 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:13:45.215 +08:00 [DBG] =========Yi-SQL耗时17.9046毫秒=====
2024-04-06 17:13:45.216 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:13:45.226 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:13:45.226 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:13:45.228 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:13:45.248 +08:00 [DBG] =========Yi-SQL耗时32.1224毫秒=====
2024-04-06 17:13:45.250 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:13:45.251 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 56.0459ms
2024-04-06 17:13:45.251 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:13:45.262 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:13:45.263 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:13:45.264 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:13:45.264 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:13:45.269 +08:00 [INF] 2024/4/6 17:13:45：cc,dzuIx4YQSHcsV9dCzzLcKg连接服务端success，当前已连接1个
2024-04-06 17:13:45.270 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:13:45.270 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:13:45.271 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:14:45.180 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:14:45.180 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:14:45.181 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:14:45.258 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:14:45.744 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:14:45.745 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:14:45.746 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:14:45.746 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:14:45.747 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:14:45.747 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:14:45.748 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:14:45.748 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:14:45.748 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:14:45.748 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:14:45.748 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:14:45.748 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:14:45.751 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:14:45.759 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:14:45.759 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 11.3293ms
2024-04-06 17:14:45.759 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:14:45.765 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:14:45.765 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:14:45.766 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:14:45.773 +08:00 [DBG] =========Yi-SQL耗时21.8095毫秒=====
2024-04-06 17:14:45.774 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:14:45.789 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:14:45.789 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:14:45.790 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:14:45.798 +08:00 [INF] 2024/4/6 17:14:45：cc,yjoqVOCMavT4cgZBi6rKGA连接服务端success，当前已连接1个
2024-04-06 17:14:45.846 +08:00 [DBG] =========Yi-SQL耗时72.3322毫秒=====
2024-04-06 17:14:45.848 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:14:45.849 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 100.7085ms
2024-04-06 17:14:45.849 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:14:45.859 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:14:45.859 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:14:45.860 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:14:45.860 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:14:45.866 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:14:45.866 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:14:45.867 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:15:34.257 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:15:34.257 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:15:34.257 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:15:34.310 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:15:34.857 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:15:34.857 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:15:34.857 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:15:34.857 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:15:34.862 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:15:34.864 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:15:34.864 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:15:34.864 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:15:34.864 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:15:34.864 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:15:34.865 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:15:34.866 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:15:34.868 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:15:34.874 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:15:34.875 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:15:34.875 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:15:34.877 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 12.7847ms
2024-04-06 17:15:34.877 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:15:34.879 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:15:34.894 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:15:34.894 +08:00 [DBG] =========Yi-SQL耗时25.3632毫秒=====
2024-04-06 17:15:34.894 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:15:34.894 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:15:34.896 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:15:34.916 +08:00 [INF] 2024/4/6 17:15:34：cc,kEHBhOzJ74kqlEBaimHcuw连接服务端success，当前已连接1个
2024-04-06 17:15:34.917 +08:00 [DBG] =========Yi-SQL耗时22.5215毫秒=====
2024-04-06 17:15:34.919 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:15:34.919 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 53.0276ms
2024-04-06 17:15:34.919 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:15:34.926 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:15:34.926 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:15:34.928 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:15:34.928 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:15:34.933 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:15:34.933 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:15:34.933 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:17:08.390 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:17:08.390 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:17:08.402 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:17:08.402 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:17:08.433 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:17:08.433 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 43.2122ms
2024-04-06 17:17:08.434 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:17:08.440 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:17:08.440 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 37.804ms
2024-04-06 17:17:08.440 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:17:11.136 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:17:11.136 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:17:11.137 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:17:11.147 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:17:11.687 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:17:11.687 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:17:11.687 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:17:11.687 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:17:11.689 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:17:11.689 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:17:11.689 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:17:11.689 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:17:11.689 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:17:11.689 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:17:11.689 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:17:11.689 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:17:11.692 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:17:11.703 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:17:11.704 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 14.4502ms
2024-04-06 17:17:11.704 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:17:11.705 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:17:11.705 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:17:11.706 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:17:11.728 +08:00 [DBG] =========Yi-SQL耗时35.642毫秒=====
2024-04-06 17:17:11.729 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:17:11.739 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:17:11.739 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:17:11.741 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:17:11.750 +08:00 [DBG] =========Yi-SQL耗时20.922毫秒=====
2024-04-06 17:17:11.752 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:17:11.752 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 62.7662ms
2024-04-06 17:17:11.752 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:17:11.759 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:17:11.759 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:17:11.760 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:17:11.760 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:17:11.766 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:17:11.766 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:17:11.767 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:17:11.775 +08:00 [INF] 2024/4/6 17:17:11：cc,7MxZhz4SE1-C40x6aws2kQ连接服务端success，当前已连接1个
2024-04-06 17:17:19.776 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:17:19.776 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:17:19.785 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:17:19.785 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.7094ms
2024-04-06 17:17:19.785 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:17:19.786 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:17:19.786 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:17:19.794 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:17:19.794 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.2118ms
2024-04-06 17:17:19.794 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:17:32.735 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:17:32.736 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:17:32.746 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:17:32.749 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:17:33.549 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:17:33.549 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:17:33.549 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:17:33.549 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:17:33.550 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:17:33.550 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:17:33.550 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:17:33.551 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:17:33.551 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:17:33.551 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:17:33.551 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:17:33.551 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:17:33.553 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:17:33.561 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:17:33.562 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.5741ms
2024-04-06 17:17:33.562 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:17:33.574 +08:00 [DBG] =========Yi-SQL耗时20.5265毫秒=====
2024-04-06 17:17:33.575 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:17:33.575 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:17:33.575 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:17:33.578 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:17:33.615 +08:00 [DBG] =========Yi-SQL耗时40.5857毫秒=====
2024-04-06 17:17:33.618 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:17:33.618 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:17:33.619 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:17:33.620 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 68.5103ms
2024-04-06 17:17:33.620 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:17:33.620 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:17:33.630 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:17:33.630 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:17:33.631 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:17:33.631 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:17:33.638 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:17:33.638 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:17:33.639 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:17:33.646 +08:00 [INF] 2024/4/6 17:17:33：cc,BKXL39pmBaZxam2N0dcCSA连接服务端success，当前已连接1个
2024-04-06 17:18:04.173 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:18:04.174 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:18:04.174 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:18:04.224 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:18:04.803 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:18:04.803 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:18:04.803 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:18:04.803 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:18:04.805 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:18:04.805 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:18:04.805 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:18:04.805 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:18:04.805 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:18:04.805 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:18:04.805 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:18:04.805 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:18:04.807 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:18:04.813 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:18:04.813 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:18:04.814 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:18:04.815 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 9.3978ms
2024-04-06 17:18:04.815 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:18:04.815 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:18:04.833 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:18:04.833 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:18:04.834 +08:00 [DBG] =========Yi-SQL耗时26.7809毫秒=====
2024-04-06 17:18:04.834 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:18:04.837 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:18:04.857 +08:00 [DBG] =========Yi-SQL耗时20.2007毫秒=====
2024-04-06 17:18:04.858 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:18:04.859 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 53.2506ms
2024-04-06 17:18:04.859 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:18:04.867 +08:00 [INF] 2024/4/6 17:18:04：cc,lr2hj-Dwd4SiQCnk6wR-XA连接服务端success，当前已连接1个
2024-04-06 17:18:04.868 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:18:04.868 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:18:04.869 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:18:04.869 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:18:04.875 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:18:04.875 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:18:04.876 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:18:40.651 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:18:40.651 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:18:40.660 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:18:40.661 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:18:40.696 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:18:40.696 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 35.3821ms
2024-04-06 17:18:40.696 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:18:40.696 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:18:40.697 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 45.0482ms
2024-04-06 17:18:40.697 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:18:51.420 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:18:51.420 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:18:51.421 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:18:51.427 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:18:52.026 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:18:52.026 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:18:52.026 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:18:52.026 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:18:52.027 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:18:52.027 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:18:52.028 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:18:52.028 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:18:52.028 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:18:52.028 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:18:52.028 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:18:52.028 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:18:52.031 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:18:52.040 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:18:52.040 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 12.3729ms
2024-04-06 17:18:52.041 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:18:52.065 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:18:52.066 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:18:52.066 +08:00 [DBG] =========Yi-SQL耗时34.6379毫秒=====
2024-04-06 17:18:52.067 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:18:52.068 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:18:52.083 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:18:52.083 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:18:52.084 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:18:52.088 +08:00 [DBG] =========Yi-SQL耗时21.7387毫秒=====
2024-04-06 17:18:52.091 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:18:52.091 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 63.0614ms
2024-04-06 17:18:52.091 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:18:52.100 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:18:52.100 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:18:52.102 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:18:52.102 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:18:52.108 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:18:52.108 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:18:52.109 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:18:52.111 +08:00 [INF] 2024/4/6 17:18:52：cc,gHYSvXArJGjBW2SVyMeFoA连接服务端success，当前已连接1个
2024-04-06 17:19:24.082 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:19:24.082 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:19:24.095 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:19:24.095 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:19:24.125 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:19:24.125 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 43.1574ms
2024-04-06 17:19:24.125 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:19:24.132 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:19:24.132 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 36.8628ms
2024-04-06 17:19:24.132 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:19:48.964 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:19:48.964 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:19:48.978 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:19:48.978 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:19:49.023 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:19:49.024 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 59.4419ms
2024-04-06 17:19:49.024 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:19:49.037 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:19:49.038 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 59.7892ms
2024-04-06 17:19:49.038 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:19:52.171 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:19:52.172 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:19:52.172 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:19:52.194 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:19:52.747 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:19:52.747 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:19:52.747 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:19:52.748 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:19:52.748 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:19:52.748 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:19:52.748 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:19:52.748 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:19:52.755 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:19:52.755 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:19:52.755 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:19:52.755 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:19:52.758 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:19:52.764 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:19:52.764 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:19:52.765 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:19:52.766 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.5161ms
2024-04-06 17:19:52.766 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:19:52.767 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:19:52.783 +08:00 [DBG] =========Yi-SQL耗时25.4729毫秒=====
2024-04-06 17:19:52.792 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:19:52.800 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:19:52.800 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:19:52.801 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:19:52.813 +08:00 [DBG] =========Yi-SQL耗时26.0346毫秒=====
2024-04-06 17:19:52.815 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:19:52.816 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 60.6181ms
2024-04-06 17:19:52.816 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:19:52.827 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:19:52.827 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:19:52.828 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:19:52.828 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:19:52.835 +08:00 [INF] 2024/4/6 17:19:52：cc,Hxv1hRfr8ARO-jKzZodo6w连接服务端success，当前已连接1个
2024-04-06 17:19:52.837 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:19:52.837 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:19:52.838 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:20:08.368 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:20:08.368 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:20:08.377 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:20:08.377 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:20:08.378 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:20:08.378 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.0936ms
2024-04-06 17:20:08.378 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:20:08.388 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:20:08.388 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 11.2504ms
2024-04-06 17:20:08.388 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:20:10.776 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:20:10.776 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:20:10.787 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:20:10.787 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.4595ms
2024-04-06 17:20:10.787 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:20:10.796 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:20:10.797 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:20:10.805 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:20:10.806 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.663ms
2024-04-06 17:20:10.806 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:20:16.706 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:20:16.706 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:20:16.706 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:20:16.719 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:20:17.272 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:20:17.272 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:20:17.272 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:20:17.272 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:20:17.275 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:20:17.275 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:20:17.275 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:20:17.276 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:20:17.276 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:20:17.276 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:20:17.276 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:20:17.276 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:20:17.279 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:20:17.285 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:20:17.286 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:20:17.286 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:20:17.286 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 9.5277ms
2024-04-06 17:20:17.286 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:20:17.288 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:20:17.315 +08:00 [DBG] =========Yi-SQL耗时36.6869毫秒=====
2024-04-06 17:20:17.316 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:20:17.336 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:20:17.336 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:20:17.337 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:20:17.341 +08:00 [DBG] =========Yi-SQL耗时24.7516毫秒=====
2024-04-06 17:20:17.344 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:20:17.345 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 68.1625ms
2024-04-06 17:20:17.345 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:20:17.354 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:20:17.354 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:20:17.355 +08:00 [INF] 2024/4/6 17:20:17：cc,ZZG_9iWHM5Lcv-yPnhM_-A连接服务端success，当前已连接1个
2024-04-06 17:20:17.355 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:20:17.356 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:20:17.362 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:20:17.362 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:20:17.363 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:20:29.914 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:20:29.915 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:20:29.923 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:20:29.923 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.6232ms
2024-04-06 17:20:29.923 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:20:29.929 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:20:29.929 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:20:29.937 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:20:29.938 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.3421ms
2024-04-06 17:20:29.938 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:20:33.839 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:20:33.839 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:20:33.847 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:20:33.847 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.1036ms
2024-04-06 17:20:33.847 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:20:33.853 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:20:33.853 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:20:33.863 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:20:33.864 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.411ms
2024-04-06 17:20:33.864 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:20:37.394 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:20:37.394 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:20:37.396 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:20:37.405 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:20:37.941 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:20:37.941 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:20:37.941 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:20:37.941 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:20:37.942 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:20:37.942 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:20:37.943 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:20:37.943 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:20:37.943 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:20:37.943 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:20:37.945 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:20:37.945 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:20:37.948 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:20:37.954 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:20:37.954 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:20:37.954 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:20:37.955 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 11.7598ms
2024-04-06 17:20:37.955 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:20:37.957 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:20:37.967 +08:00 [DBG] =========Yi-SQL耗时18.8554毫秒=====
2024-04-06 17:20:37.967 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:20:37.977 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:20:37.977 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:20:37.978 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:20:37.991 +08:00 [DBG] =========Yi-SQL耗时23.4366毫秒=====
2024-04-06 17:20:38.011 +08:00 [INF] 2024/4/6 17:20:38：cc,wgn2UU5ogZwnvE6BTNJAOQ连接服务端success，当前已连接1个
2024-04-06 17:20:38.023 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:20:38.023 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 77.7704ms
2024-04-06 17:20:38.023 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:20:38.030 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:20:38.030 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:20:38.031 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:20:38.032 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:20:38.038 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:20:38.038 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:20:38.040 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:21:54.659 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:21:54.659 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:21:54.670 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:21:54.670 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:21:54.694 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:21:54.694 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 34.6588ms
2024-04-06 17:21:54.694 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:21:54.754 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:21:54.754 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 83.7135ms
2024-04-06 17:21:54.754 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:21:57.875 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:21:57.876 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:21:57.878 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:21:57.888 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:21:58.445 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:21:58.445 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:21:58.446 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:21:58.446 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:21:58.447 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:21:58.447 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:21:58.448 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:21:58.448 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:21:58.452 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:21:58.452 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:21:58.452 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:21:58.452 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:21:58.454 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:21:58.462 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:21:58.463 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.2898ms
2024-04-06 17:21:58.463 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:21:58.466 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:21:58.466 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:21:58.467 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:21:58.500 +08:00 [DBG] =========Yi-SQL耗时45.6771毫秒=====
2024-04-06 17:21:58.503 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:21:58.503 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:21:58.503 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:21:58.510 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:21:58.528 +08:00 [DBG] =========Yi-SQL耗时24.9185毫秒=====
2024-04-06 17:21:58.531 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:21:58.532 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 79.4228ms
2024-04-06 17:21:58.532 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:21:58.541 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:21:58.541 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:21:58.542 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:21:58.542 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:21:58.547 +08:00 [INF] 2024/4/6 17:21:58：cc,BD08elYv6IOGd-yZRrDmpg连接服务端success，当前已连接1个
2024-04-06 17:21:58.549 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:21:58.549 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:21:58.550 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:22:35.672 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:22:35.672 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:22:35.692 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:22:35.692 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:22:35.707 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:22:35.707 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 34.4131ms
2024-04-06 17:22:35.707 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:22:35.726 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:22:35.726 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 34.3895ms
2024-04-06 17:22:35.726 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:23:00.111 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:23:00.112 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:23:00.115 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:23:00.181 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:23:00.708 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:23:00.708 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:23:00.709 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:23:00.710 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:23:00.713 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:23:00.713 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:23:00.714 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:23:00.714 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:23:00.714 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:23:00.714 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:23:00.717 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:23:00.717 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:23:00.719 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:23:00.725 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:23:00.726 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 11.7015ms
2024-04-06 17:23:00.727 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:23:00.729 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:23:00.730 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:23:00.731 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:23:00.738 +08:00 [DBG] =========Yi-SQL耗时19.2136毫秒=====
2024-04-06 17:23:00.739 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:23:00.761 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:23:00.761 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:23:00.762 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:23:00.765 +08:00 [DBG] =========Yi-SQL耗时25.7896毫秒=====
2024-04-06 17:23:00.767 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:23:00.767 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 49.7958ms
2024-04-06 17:23:00.767 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:23:00.787 +08:00 [INF] 2024/4/6 17:23:00：cc,SIlZxeY4DQLefpxcrmzkzw连接服务端success，当前已连接1个
2024-04-06 17:23:00.799 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:23:00.799 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:23:00.815 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:23:00.815 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:23:00.831 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:23:00.831 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:23:00.833 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:24:42.957 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:24:42.957 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:24:42.967 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:24:42.967 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:24:43.007 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:24:43.007 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 50.352ms
2024-04-06 17:24:43.007 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:24:43.028 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:24:43.028 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 60.9971ms
2024-04-06 17:24:43.028 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:24:46.419 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:24:46.420 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:24:46.420 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:24:46.450 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:24:47.144 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:24:47.144 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:24:47.144 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:24:47.144 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:24:47.145 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:24:47.145 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:24:47.145 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:24:47.145 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:24:47.145 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:24:47.145 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:24:47.145 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:24:47.145 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:24:47.152 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:24:47.155 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:24:47.155 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:24:47.158 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:24:47.158 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 13.3018ms
2024-04-06 17:24:47.158 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:24:47.159 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:24:47.180 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:24:47.180 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:24:47.181 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:24:47.214 +08:00 [DBG] =========Yi-SQL耗时61.8055毫秒=====
2024-04-06 17:24:47.214 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:24:47.250 +08:00 [INF] 2024/4/6 17:24:47：cc,qUZKcx82_OMW2uD_iIhpiw连接服务端success，当前已连接1个
2024-04-06 17:24:47.257 +08:00 [DBG] =========Yi-SQL耗时43.1348毫秒=====
2024-04-06 17:24:47.259 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:24:47.259 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 114.1124ms
2024-04-06 17:24:47.259 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:24:47.278 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:24:47.278 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:24:47.279 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:24:47.279 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:24:47.284 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:24:47.284 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:24:47.285 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:28:57.922 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:28:57.922 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:28:57.923 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:28:57.972 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:30:12.706 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:30:12.706 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:30:12.706 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:30:12.706 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:30:12.716 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:30:12.716 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:30:12.716 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:30:12.716 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:30:12.716 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:30:12.716 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:30:12.717 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:30:12.717 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:30:12.719 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:30:12.725 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:30:12.725 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:30:12.726 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:30:12.746 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:30:12.746 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:30:12.748 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:30:12.751 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:30:12.751 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 34.766ms
2024-04-06 17:30:12.751 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:30:12.762 +08:00 [INF] 2024/4/6 17:30:12：cc,WcGMO1eLPpF8HPof2vesBg连接服务端success，当前已连接1个
2024-04-06 17:30:12.791 +08:00 [DBG] =========Yi-SQL耗时71.8148毫秒=====
2024-04-06 17:30:12.792 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:30:12.811 +08:00 [DBG] =========Yi-SQL耗时18.9898毫秒=====
2024-04-06 17:30:12.812 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:30:12.812 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 95.3292ms
2024-04-06 17:30:12.812 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:30:12.820 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:30:12.820 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:30:12.820 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:30:12.821 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:30:12.826 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:30:12.826 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:30:12.827 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:30:17.447 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:30:17.457 +08:00 [INF] 用户core离开了，当前已连接1个
2024-04-06 17:30:17.457 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:30:17.461 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:30:17.641 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:30:17.641 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:30:17.642 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:30:17.642 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:30:17.643 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:30:17.643 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:30:17.643 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:30:17.643 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:30:17.654 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:30:17.654 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:30:17.654 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:30:17.654 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:30:17.654 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:30:17.654 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:30:17.655 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:30:17.658 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:30:17.663 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:30:17.663 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 9.3652ms
2024-04-06 17:30:17.663 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:30:17.678 +08:00 [DBG] =========Yi-SQL耗时20.3288毫秒=====
2024-04-06 17:30:17.679 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:30:17.683 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:30:17.683 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:30:17.684 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:30:17.690 +08:00 [INF] 2024/4/6 17:30:17：core,HtMmL0nJDS4vKFGQ_XYXbQ连接服务端success，当前已连接1个
2024-04-06 17:30:17.703 +08:00 [DBG] =========Yi-SQL耗时24.216毫秒=====
2024-04-06 17:30:17.705 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:30:17.705 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 50.7311ms
2024-04-06 17:30:17.705 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:30:17.708 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:30:17.708 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:30:17.709 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:30:17.709 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:30:17.712 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:30:17.712 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:30:17.713 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:30:31.042 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:30:31.042 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:30:31.043 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:30:31.046 +08:00 [INF] Route matched with {action = "SendPersonalMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendPersonalMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.PersonalMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 17:30:31.227 +08:00 [ERR] ---------- RemoteServiceErrorInfo ----------
{
  "code": null,
  "message": "对不起，在处理您的请求期间产生了一个服务器内部错误！！",
  "details": null,
  "data": {},
  "validationErrors": null
}

2024-04-06 17:30:31.228 +08:00 [ERR] convert failed System.String -> Yi.Framework.ChatHub.Domain.Shared.Caches.ChatOnlineUserCacheItem
System.NotSupportedException: convert failed System.String -> Yi.Framework.ChatHub.Domain.Shared.Caches.ChatOnlineUserCacheItem
   at FreeRedis.RespHelper.<>c__DisplayClass31_1.<FromObject>b__39(String vs)
   at FreeRedis.RespHelper.FromObject(Type targetType, Object value, Encoding encoding)
   at FreeRedis.RespHelper.ConvertTo[T](Object value)
   at FreeRedis.RedisClient.DeserializeRedisValue[T](Byte[] valueRaw, Encoding encoding)
   at FreeRedis.RedisClient.<>c__DisplayClass110_0`1.<HGetAsync>b__1(Object a)
   at FreeRedis.RedisResult.ThrowOrValue[TValue](Func`2 value)
   at FreeRedis.RedisClient.<HGetAsync>b__110_0[T](RedisResult rt)
   at FreeRedis.RedisClient.PoolingAdapter.<>c__DisplayClass10_0`1.<<AdapterCallAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at FreeRedis.RedisClient.LogCallAsync[T](CommandPacket cmd, Func`1 func)
   at Yi.Framework.ChatHub.Domain.Managers.UserMessageManager.GetUserAsync(Guid userId) in D:\code\csharp\source\Yi\Yi.Abp.Net8\module\chat-hub\Yi.Framework.ChatHub.Domain\Managers\UserMessageManager.cs:line 60
   at Yi.Framework.ChatHub.Domain.Managers.UserMessageManager.SendMessageAsync(MessageContext context) in D:\code\csharp\source\Yi\Yi.Abp.Net8\module\chat-hub\Yi.Framework.ChatHub.Domain\Managers\UserMessageManager.cs:line 32
   at Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync(PersonalMessageInputDto input) in D:\code\csharp\source\Yi\Yi.Abp.Net8\module\chat-hub\Yi.Framework.ChatHub.Application\Services\ChatMessageService.cs:line 27
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
2024-04-06 17:30:31.242 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Http.RemoteServiceErrorResponse'.
2024-04-06 17:30:31.245 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application) in 199.3381ms
2024-04-06 17:30:31.245 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:32:19.663 +08:00 [INF] 
   __     ___   ______                                           _    
   \ \   / (_) |  ____|                                         | |   
    \ \_/ / _  | |__ _ __ __ _ _ __ ___   _____      _____  _ __| | __
     \   / | | |  __| '__/ _` | '_ ` _ \ / _ \ \ /\ / / _ \| '__| |/ /
      | |  | | | |  | | | (_| | | | | | |  __/\ V  V / (_) | |  |   < 
      |_|  |_| |_|  |_|  \__,_|_| |_| |_|\___| \_/\_/ \___/|_|  |_|\_\

2024-04-06 17:32:19.679 +08:00 [INF] Yi框架-Abp.vNext，启动！
2024-04-06 17:32:24.130 +08:00 [INF] Loaded ABP modules:
2024-04-06 17:32:24.131 +08:00 [INF] - Yi.Abp.Web.YiAbpWebModule
2024-04-06 17:32:24.131 +08:00 [INF]   - Yi.Abp.SqlsugarCore.YiAbpSqlSugarCoreModule
2024-04-06 17:32:24.131 +08:00 [INF]     - Yi.Abp.Domain.YiAbpDomainModule
2024-04-06 17:32:24.131 +08:00 [INF]       - Yi.Abp.Domain.Shared.YiAbpDomainSharedModule
2024-04-06 17:32:24.131 +08:00 [INF]         - Yi.Framework.Rbac.Domain.Shared.YiFrameworkRbacDomainSharedModule
2024-04-06 17:32:24.131 +08:00 [INF]           - Volo.Abp.Domain.AbpDddDomainSharedModule
2024-04-06 17:32:24.131 +08:00 [INF]             - Volo.Abp.MultiTenancy.AbpMultiTenancyAbstractionsModule
2024-04-06 17:32:24.131 +08:00 [INF]               - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
2024-04-06 17:32:24.131 +08:00 [INF]               - Volo.Abp.Localization.AbpLocalizationModule
2024-04-06 17:32:24.131 +08:00 [INF]                 - Volo.Abp.Settings.AbpSettingsModule
2024-04-06 17:32:24.131 +08:00 [INF]                   - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
2024-04-06 17:32:24.131 +08:00 [INF]                   - Volo.Abp.Security.AbpSecurityModule
2024-04-06 17:32:24.131 +08:00 [INF]                   - Volo.Abp.Data.AbpDataModule
2024-04-06 17:32:24.131 +08:00 [INF]                     - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
2024-04-06 17:32:24.132 +08:00 [INF]                       - Volo.Abp.Validation.AbpValidationAbstractionsModule
2024-04-06 17:32:24.132 +08:00 [INF]                     - Volo.Abp.Uow.AbpUnitOfWorkModule
2024-04-06 17:32:24.132 +08:00 [INF]                     - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
2024-04-06 17:32:24.132 +08:00 [INF]                 - Volo.Abp.Threading.AbpThreadingModule
2024-04-06 17:32:24.132 +08:00 [INF]           - Yi.Framework.Mapster.YiFrameworkMapsterModule
2024-04-06 17:32:24.132 +08:00 [INF]             - Yi.Framework.Core.YiFrameworkCoreModule
2024-04-06 17:32:24.132 +08:00 [INF]             - Volo.Abp.ObjectMapping.AbpObjectMappingModule
2024-04-06 17:32:24.132 +08:00 [INF]         - Yi.Framework.Bbs.Domain.Shared.YiFrameworkBbsDomainSharedModule
2024-04-06 17:32:24.132 +08:00 [INF]         - Yi.Framework.ChatHub.Domain.Shared.YiFrameworkChatHubDomainSharedModule
2024-04-06 17:32:24.132 +08:00 [INF]         - Yi.Framework.AuditLogging.Domain.Shared.YiFrameworkAuditLoggingDomainSharedModule
2024-04-06 17:32:24.132 +08:00 [INF]       - Yi.Framework.TenantManagement.Domain.YiFrameworkTenantManagementDomainModule
2024-04-06 17:32:24.132 +08:00 [INF]         - Volo.Abp.Domain.AbpDddDomainModule
2024-04-06 17:32:24.132 +08:00 [INF]           - Volo.Abp.Auditing.AbpAuditingModule
2024-04-06 17:32:24.132 +08:00 [INF]             - Volo.Abp.Json.AbpJsonModule
2024-04-06 17:32:24.132 +08:00 [INF]               - Volo.Abp.Json.SystemTextJson.AbpJsonSystemTextJsonModule
2024-04-06 17:32:24.132 +08:00 [INF]                 - Volo.Abp.Json.AbpJsonAbstractionsModule
2024-04-06 17:32:24.132 +08:00 [INF]                 - Volo.Abp.Timing.AbpTimingModule
2024-04-06 17:32:24.132 +08:00 [INF]             - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
2024-04-06 17:32:24.132 +08:00 [INF]             - Volo.Abp.Auditing.AbpAuditingContractsModule
2024-04-06 17:32:24.132 +08:00 [INF]           - Volo.Abp.EventBus.AbpEventBusModule
2024-04-06 17:32:24.132 +08:00 [INF]             - Volo.Abp.Guids.AbpGuidsModule
2024-04-06 17:32:24.132 +08:00 [INF]             - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule
2024-04-06 17:32:24.132 +08:00 [INF]             - Volo.Abp.DistributedLocking.AbpDistributedLockingAbstractionsModule
2024-04-06 17:32:24.132 +08:00 [INF]           - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
2024-04-06 17:32:24.132 +08:00 [INF]           - Volo.Abp.Specifications.AbpSpecificationsModule
2024-04-06 17:32:24.132 +08:00 [INF]           - Volo.Abp.Caching.AbpCachingModule
2024-04-06 17:32:24.132 +08:00 [INF]             - Volo.Abp.Serialization.AbpSerializationModule
2024-04-06 17:32:24.132 +08:00 [INF]         - Volo.Abp.TenantManagement.AbpTenantManagementDomainSharedModule
2024-04-06 17:32:24.132 +08:00 [INF]           - Volo.Abp.Validation.AbpValidationModule
2024-04-06 17:32:24.132 +08:00 [INF]       - Yi.Framework.Rbac.Domain.YiFrameworkRbacDomainModule
2024-04-06 17:32:24.132 +08:00 [INF]         - Yi.Framework.Caching.FreeRedis.YiFrameworkCachingFreeRedisModule
2024-04-06 17:32:24.132 +08:00 [INF]         - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule
2024-04-06 17:32:24.132 +08:00 [INF]           - Volo.Abp.AspNetCore.AbpAspNetCoreModule
2024-04-06 17:32:24.132 +08:00 [INF]             - Volo.Abp.Http.AbpHttpModule
2024-04-06 17:32:24.132 +08:00 [INF]               - Volo.Abp.Http.AbpHttpAbstractionsModule
2024-04-06 17:32:24.132 +08:00 [INF]               - Volo.Abp.Minify.AbpMinifyModule
2024-04-06 17:32:24.132 +08:00 [INF]             - Volo.Abp.Authorization.AbpAuthorizationModule
2024-04-06 17:32:24.132 +08:00 [INF]               - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
2024-04-06 17:32:24.132 +08:00 [INF]       - Yi.Framework.Bbs.Domain.YiFrameworkBbsDomainModule
2024-04-06 17:32:24.132 +08:00 [INF]       - Yi.Framework.ChatHub.Domain.YiFrameworkChatHubDomainModule
2024-04-06 17:32:24.132 +08:00 [INF]       - Yi.Framework.AuditLogging.Domain.YiFrameworkAuditLoggingDomainModule
2024-04-06 17:32:24.132 +08:00 [INF]     - Yi.Framework.Rbac.SqlSugarCore.YiFrameworkRbacSqlSugarCoreModule
2024-04-06 17:32:24.132 +08:00 [INF]       - Yi.Framework.SqlSugarCore.YiFrameworkSqlSugarCoreModule
2024-04-06 17:32:24.132 +08:00 [INF]     - Yi.Framework.Bbs.SqlSugarCore.YiFrameworkBbsSqlSugarCoreModule
2024-04-06 17:32:24.132 +08:00 [INF]     - Yi.Framework.CodeGen.SqlSugarCore.YiFrameworkCodeGenSqlSugarCoreModule
2024-04-06 17:32:24.132 +08:00 [INF]     - Yi.Framework.ChatHub.SqlSugarCore.YiFrameworkChatHubSqlSugarCoreModule
2024-04-06 17:32:24.132 +08:00 [INF]     - Yi.Framework.AuditLogging.SqlSugarCore.YiFrameworkAuditLoggingSqlSugarCoreModule
2024-04-06 17:32:24.132 +08:00 [INF]     - Yi.Framework.TenantManagement.SqlSugarCore.YiFrameworkTenantManagementSqlSugarCoreModule
2024-04-06 17:32:24.132 +08:00 [INF]   - Yi.Abp.Application.YiAbpApplicationModule
2024-04-06 17:32:24.132 +08:00 [INF]     - Yi.Abp.Application.Contracts.YiAbpApplicationContractsModule
2024-04-06 17:32:24.132 +08:00 [INF]       - Yi.Framework.Rbac.Application.Contracts.YiFrameworkRbacApplicationContractsModule
2024-04-06 17:32:24.132 +08:00 [INF]         - Yi.Framework.Ddd.Application.Contracts.YiFrameworkDddApplicationContractsModule
2024-04-06 17:32:24.132 +08:00 [INF]           - Volo.Abp.Application.AbpDddApplicationContractsModule
2024-04-06 17:32:24.132 +08:00 [INF]       - Yi.Framework.Bbs.Application.Contracts.YiFrameworkBbsApplicationContractsModule
2024-04-06 17:32:24.132 +08:00 [INF]       - Yi.Framework.ChatHub.Application.Contracts.YiFrameworkChatHubApplicationContractsModule
2024-04-06 17:32:24.132 +08:00 [INF]       - Yi.Framework.TenantManagement.Application.Contracts.YiFrameworkTenantManagementApplicationContractsModule
2024-04-06 17:32:24.132 +08:00 [INF]     - Yi.Framework.Rbac.Application.YiFrameworkRbacApplicationModule
2024-04-06 17:32:24.132 +08:00 [INF]       - Yi.Framework.Ddd.Application.YiFrameworkDddApplicationModule
2024-04-06 17:32:24.132 +08:00 [INF]         - Volo.Abp.Application.AbpDddApplicationModule
2024-04-06 17:32:24.132 +08:00 [INF]           - Volo.Abp.Features.AbpFeaturesModule
2024-04-06 17:32:24.132 +08:00 [INF]           - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
2024-04-06 17:32:24.132 +08:00 [INF]       - Volo.Abp.BackgroundWorkers.Quartz.AbpBackgroundWorkersQuartzModule
2024-04-06 17:32:24.132 +08:00 [INF]         - Volo.Abp.Quartz.AbpQuartzModule
2024-04-06 17:32:24.132 +08:00 [INF]     - Yi.Framework.Bbs.Application.YiFrameworkBbsApplicationModule
2024-04-06 17:32:24.132 +08:00 [INF]     - Yi.Framework.ChatHub.Application.YiFrameworkChatHubApplicationModule
2024-04-06 17:32:24.132 +08:00 [INF]     - Yi.Framework.TenantManagement.Application.YiFrameworkTenantManagementApplicationModule
2024-04-06 17:32:24.132 +08:00 [INF]     - Yi.Framework.CodeGen.Application.YiFrameworkCodeGenApplicationModule
2024-04-06 17:32:24.132 +08:00 [INF]       - Yi.Framework.CodeGen.Application.Contracts.YiFrameworkCodeGenApplicationContractsModule
2024-04-06 17:32:24.132 +08:00 [INF]         - Yi.Framework.CodeGen.Domain.Shared.YiFrameworkCodeGenDomainSharedModule
2024-04-06 17:32:24.132 +08:00 [INF]       - Yi.Framework.CodeGen.Domain.YiFrameworkCodeGenDomainModule
2024-04-06 17:32:24.132 +08:00 [INF]         - Yi.Framework.SqlSugarCore.Abstractions.YiFrameworkSqlSugarCoreAbstractionsModule
2024-04-06 17:32:24.132 +08:00 [INF]   - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
2024-04-06 17:32:24.132 +08:00 [INF]   - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
2024-04-06 17:32:24.132 +08:00 [INF]     - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
2024-04-06 17:32:24.132 +08:00 [INF]     - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
2024-04-06 17:32:24.132 +08:00 [INF]     - Volo.Abp.UI.Navigation.AbpUiNavigationModule
2024-04-06 17:32:24.132 +08:00 [INF]       - Volo.Abp.UI.AbpUiModule
2024-04-06 17:32:24.132 +08:00 [INF]   - Volo.Abp.Autofac.AbpAutofacModule
2024-04-06 17:32:24.132 +08:00 [INF]     - Volo.Abp.Castle.AbpCastleCoreModule
2024-04-06 17:32:24.132 +08:00 [INF]   - Volo.Abp.Swashbuckle.AbpSwashbuckleModule
2024-04-06 17:32:24.132 +08:00 [INF]   - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
2024-04-06 17:32:24.132 +08:00 [INF]   - Volo.Abp.AspNetCore.Authentication.JwtBearer.AbpAspNetCoreAuthenticationJwtBearerModule
2024-04-06 17:32:24.132 +08:00 [INF]   - Yi.Framework.AspNetCore.YiFrameworkAspNetCoreModule
2024-04-06 17:32:24.132 +08:00 [INF]   - Yi.Framework.AspNetCore.Authentication.OAuth.YiFrameworkAspNetCoreAuthenticationOAuthModule
2024-04-06 17:32:24.140 +08:00 [DBG] ==========模块Initialize初始化统计-跳过0ms模块==========
2024-04-06 17:32:24.145 +08:00 [INF] 
==========Yi-SQL配置:==========
数据库连接字符串：server=106.52.94.217;port=3306;database=yi-abp-pro;user id=root;password=Qz52013142020.
数据库类型：MySql
是否开启种子数据：False
是否开启CodeFirst：False
是否开启Saas多租户：False
===============================

2024-04-06 17:32:24.146 +08:00 [DBG] 耗时-4ms,已加载模块-Yi.Framework.SqlSugarCore
2024-04-06 17:32:24.215 +08:00 [DBG] 耗时-66ms,已加载模块-Volo.Abp.BackgroundWorkers
2024-04-06 17:32:24.221 +08:00 [DBG] 耗时-5ms,已加载模块-Volo.Abp.EventBus
2024-04-06 17:32:24.258 +08:00 [DBG] 耗时-37ms,已加载模块-Volo.Abp.AspNetCore
2024-04-06 17:32:24.264 +08:00 [DBG] 耗时-5ms,已加载模块-Volo.Abp.Quartz
2024-04-06 17:32:24.341 +08:00 [DBG] 耗时-76ms,已加载模块-Volo.Abp.BackgroundWorkers.Quartz
2024-04-06 17:32:24.344 +08:00 [DBG] 耗时-2ms,已加载模块-Volo.Abp.AspNetCore.Mvc
2024-04-06 17:32:24.582 +08:00 [INF] User profile is available. Using 'C:\Users\Administrator\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
2024-04-06 17:32:24.683 +08:00 [DBG] 耗时-338ms,已加载模块-Yi.Abp.Web
2024-04-06 17:32:24.690 +08:00 [INF] 正在初始化【BBS-等级数据】......
2024-04-06 17:32:24.750 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`CurrentLevel`,`MinExperience`,`Name`,`Nick`,`Logo` FROM `Level`  
===============================

2024-04-06 17:32:24.983 +08:00 [DBG] =========Yi-SQL耗时232.6978毫秒=====
2024-04-06 17:32:25.192 +08:00 [INF] 已完成初始化【BBS-等级数据】
2024-04-06 17:32:25.194 +08:00 [DBG] 耗时-509ms,已加载模块-Yi.Framework.Bbs.Domain
2024-04-06 17:32:25.196 +08:00 [INF] ==========【392】个模块初始化执行完毕，总耗时【1043ms】==========
2024-04-06 17:32:25.285 +08:00 [INF] Now listening on: http://[::]:19001
2024-04-06 17:32:25.429 +08:00 [INF] Application started. Press Ctrl+C to shut down.
2024-04-06 17:32:25.429 +08:00 [INF] Hosting environment: Development
2024-04-06 17:32:25.429 +08:00 [INF] Content root path: D:\code\csharp\source\Yi\Yi.Abp.Net8\src\Yi.Abp.Web
2024-04-06 17:32:28.149 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:28.149 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:28.149 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:28.149 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:28.149 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:28.149 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:28.151 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:28.151 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:28.151 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:28.151 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:28.151 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:28.151 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:28.232 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:32:28.232 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:32:28.232 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:32:28.232 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:32:28.232 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:32:28.232 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:32:28.237 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:32:28.237 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:32:28.237 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:32:28.237 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:32:28.237 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:32:28.237 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:32:28.247 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:28.247 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:28.247 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:28.247 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:28.252 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:32:28.253 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:32:28.275 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:28.275 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:28.275 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:28.276 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:28.283 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:32:28.283 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:32:28.310 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:28.311 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:28.311 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:28.311 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:28.313 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:32:28.313 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:32:28.354 +08:00 [INF] 2024/4/6 17:32:28：cc,kG3ReQH_67UI82ccp_lSjA连接服务端success，当前已连接0个
2024-04-06 17:32:28.392 +08:00 [INF] 2024/4/6 17:32:28：core,Yu2SFOhMvPOTIk9uGkIJPg连接服务端success，当前已连接1个
2024-04-06 17:32:30.850 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:32:30.852 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:32:30.852 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:32:30.861 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:32:31.630 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:31.630 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:31.630 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:31.630 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:31.632 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:32:31.632 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:32:31.632 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:32:31.632 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:32:31.632 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:32:31.639 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:32:31.645 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:31.645 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:31.647 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:32:31.666 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:32:31.671 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:32:31.674 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:31.674 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:31.676 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:32:31.685 +08:00 [INF] 2024/4/6 17:32:31：cc,vJYS9nf6yxuOIWt5T0LsXw连接服务端success，当前已连接1个
2024-04-06 17:32:31.723 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:32:31.781 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 111.673ms
2024-04-06 17:32:31.781 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:32:31.811 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:32:31.857 +08:00 [DBG] =========Yi-SQL耗时47.3812毫秒=====
2024-04-06 17:32:31.866 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:32:31.891 +08:00 [DBG] =========Yi-SQL耗时25.9029毫秒=====
2024-04-06 17:32:31.914 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:32:31.923 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 251.4791ms
2024-04-06 17:32:31.923 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:32:31.930 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:31.930 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:31.931 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:32:31.931 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:32:31.937 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:31.937 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:31.939 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:32:39.392 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:32:39.392 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:32:39.395 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:32:39.403 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:32:39.893 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:39.893 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:39.893 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:39.893 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:39.894 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:32:39.894 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:32:39.894 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:32:39.894 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:32:39.894 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:32:39.894 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:32:39.895 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:32:39.895 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:32:39.900 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:32:39.904 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:39.905 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:39.905 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:32:39.907 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 12.3086ms
2024-04-06 17:32:39.908 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:32:39.913 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:32:39.918 +08:00 [DBG] =========Yi-SQL耗时18.7894毫秒=====
2024-04-06 17:32:39.920 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:32:39.939 +08:00 [DBG] =========Yi-SQL耗时19.5809毫秒=====
2024-04-06 17:32:39.941 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:32:39.941 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 46.153ms
2024-04-06 17:32:39.941 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:32:39.951 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:39.952 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:39.954 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:32:39.976 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:39.976 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:39.979 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:32:39.979 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:32:39.992 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:39.992 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:39.995 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:32:40.017 +08:00 [INF] 2024/4/6 17:32:40：cc,ARDzjK8X4PXaq7MC1fx8SA连接服务端success，当前已连接1个
2024-04-06 17:32:43.014 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:32:43.014 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:32:43.016 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:32:43.019 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 17:32:43.048 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 29.1833ms
2024-04-06 17:32:43.048 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:33:16.812 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:33:16.812 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:33:16.820 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:33:16.820 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:33:16.854 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:33:16.854 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 42.0015ms
2024-04-06 17:33:16.854 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:33:16.855 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:33:16.855 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 35.5457ms
2024-04-06 17:33:16.855 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:33:31.230 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:33:31.230 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:33:31.239 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:33:31.239 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:33:31.241 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:33:31.242 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 11.1583ms
2024-04-06 17:33:31.242 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:33:31.251 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:33:31.251 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 12.5523ms
2024-04-06 17:33:31.251 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:33:33.724 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:33:33.725 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:33:33.725 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:33:33.742 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:33:34.357 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:33:34.357 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:33:34.357 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:33:34.357 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:33:34.359 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:33:34.359 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:33:34.359 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:33:34.359 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:33:34.374 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:33:34.374 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:33:34.375 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:33:34.375 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:33:34.381 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:33:34.384 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:33:34.385 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:33:34.385 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:33:34.387 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 12.6445ms
2024-04-06 17:33:34.387 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:33:34.393 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:33:34.430 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:33:34.430 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:33:34.432 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:33:34.438 +08:00 [DBG] =========Yi-SQL耗时57.7681毫秒=====
2024-04-06 17:33:34.439 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:33:34.444 +08:00 [INF] 2024/4/6 17:33:34：cc,Nr6eW-jcFj7RJn10r1T8EA连接服务端success，当前已连接1个
2024-04-06 17:33:34.491 +08:00 [DBG] =========Yi-SQL耗时51.418毫秒=====
2024-04-06 17:33:34.492 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:33:34.493 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 117.1732ms
2024-04-06 17:33:34.493 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:33:34.501 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:33:34.501 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:33:34.502 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:33:34.502 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:33:34.507 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:33:34.507 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:33:34.508 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:33:36.183 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:33:36.183 +08:00 [INF] 用户core离开了，当前已连接1个
2024-04-06 17:33:36.184 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:33:36.196 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:33:36.386 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:33:36.386 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:33:36.387 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:33:36.387 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:33:36.388 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:33:36.388 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:33:36.390 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:33:36.390 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:33:36.392 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:33:36.392 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:33:36.392 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:33:36.392 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:33:36.397 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:33:36.397 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:33:36.398 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:33:36.401 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:33:36.401 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 9.01ms
2024-04-06 17:33:36.401 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:33:36.411 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:33:36.421 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:33:36.421 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:33:36.423 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:33:36.430 +08:00 [INF] 2024/4/6 17:33:36：core,WP3Nv1I8PACqCIvBmNOAbQ连接服务端success，当前已连接1个
2024-04-06 17:33:36.431 +08:00 [DBG] =========Yi-SQL耗时20.1797毫秒=====
2024-04-06 17:33:36.432 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:33:36.448 +08:00 [DBG] =========Yi-SQL耗时16.3694毫秒=====
2024-04-06 17:33:36.450 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:33:36.450 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 57.9744ms
2024-04-06 17:33:36.450 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:33:36.454 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:33:36.454 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:33:36.455 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:33:36.455 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:33:36.458 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:33:36.458 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:33:36.460 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:33:55.872 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:33:55.872 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:33:55.873 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:33:55.873 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 17:33:55.874 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 1.0112ms
2024-04-06 17:33:55.874 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:34:01.000 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:34:01.000 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:34:01.001 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:34:01.001 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 17:34:01.002 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.7758ms
2024-04-06 17:34:01.002 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:34:09.549 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:34:09.549 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:34:09.550 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:34:09.550 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 17:34:09.551 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.8585ms
2024-04-06 17:34:09.551 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:34:22.706 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:34:22.706 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:34:22.707 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:34:22.709 +08:00 [INF] Route matched with {action = "SendPersonalMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendPersonalMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.PersonalMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 17:34:22.755 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application) in 45.8806ms
2024-04-06 17:34:22.755 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:34:36.236 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:34:36.236 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:34:36.237 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:34:36.237 +08:00 [INF] Route matched with {action = "SendPersonalMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendPersonalMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.PersonalMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 17:34:36.245 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application) in 8.2507ms
2024-04-06 17:34:36.245 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:34:44.604 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:34:44.604 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:34:44.605 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:34:44.605 +08:00 [INF] Route matched with {action = "SendPersonalMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendPersonalMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.PersonalMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 17:34:44.616 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application) in 10.1933ms
2024-04-06 17:34:44.616 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:34:52.870 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:34:52.870 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:34:52.871 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:34:52.871 +08:00 [INF] Route matched with {action = "SendPersonalMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendPersonalMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.PersonalMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 17:34:52.881 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application) in 10.0632ms
2024-04-06 17:34:52.881 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:35:22.098 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:35:22.098 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:35:22.098 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:35:22.172 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:35:22.400 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:35:22.401 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:35:22.401 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:35:22.401 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:35:22.402 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:35:22.402 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:35:22.402 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:35:22.402 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:35:22.402 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:35:22.402 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:35:22.402 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:35:22.402 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:35:22.404 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:35:22.409 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:35:22.410 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:35:22.411 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:35:22.419 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:35:22.419 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 17.1275ms
2024-04-06 17:35:22.419 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:35:22.431 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:35:22.431 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:35:22.433 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:35:22.440 +08:00 [DBG] =========Yi-SQL耗时36.0905毫秒=====
2024-04-06 17:35:22.441 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:35:22.444 +08:00 [INF] 2024/4/6 17:35:22：cc,aQTU6qMRpLwrF0hrUeegsw连接服务端success，当前已连接1个
2024-04-06 17:35:22.461 +08:00 [DBG] =========Yi-SQL耗时19.9879毫秒=====
2024-04-06 17:35:22.463 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:35:22.463 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 60.9118ms
2024-04-06 17:35:22.463 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:35:22.468 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:35:22.468 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:35:22.469 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:35:22.469 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:35:22.474 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:35:22.474 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:35:22.475 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:35:30.956 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:35:30.956 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:35:30.957 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:35:30.957 +08:00 [INF] Route matched with {action = "SendPersonalMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendPersonalMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.PersonalMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 17:35:30.968 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application) in 10.7679ms
2024-04-06 17:35:30.968 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:36:27.863 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:36:27.863 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:36:27.868 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:36:27.868 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:36:27.898 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:36:27.898 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 35.1952ms
2024-04-06 17:36:27.898 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:36:27.914 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:36:27.915 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 46.7321ms
2024-04-06 17:36:27.915 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:36:29.893 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:36:29.893 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:36:29.897 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:36:29.897 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:36:29.902 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:36:29.902 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.6475ms
2024-04-06 17:36:29.902 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:36:29.904 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:36:29.904 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 7.6732ms
2024-04-06 17:36:29.905 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:36:35.623 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:36:35.623 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:36:35.624 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:36:35.624 +08:00 [INF] Route matched with {action = "SendPersonalMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendPersonalMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.PersonalMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 17:36:35.633 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application) in 8.9648ms
2024-04-06 17:36:35.633 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:36:44.935 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:36:44.935 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:36:44.937 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:36:44.937 +08:00 [INF] Route matched with {action = "SendPersonalMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendPersonalMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.PersonalMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 17:36:44.946 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application) in 8.9435ms
2024-04-06 17:36:44.946 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:36:53.307 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:36:53.307 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:36:53.308 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:36:53.308 +08:00 [INF] Route matched with {action = "SendPersonalMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendPersonalMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.PersonalMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 17:36:53.318 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application) in 10.1111ms
2024-04-06 17:36:53.318 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:38:33.154 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:38:33.154 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:38:33.160 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:38:33.161 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:38:33.283 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:38:33.283 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 128.5663ms
2024-04-06 17:38:33.283 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:38:33.331 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:38:33.331 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 170.4564ms
2024-04-06 17:38:33.331 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:38:35.324 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:38:35.324 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:38:35.327 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:38:35.328 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:38:35.335 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:38:35.335 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 11.367ms
2024-04-06 17:38:35.335 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:38:35.339 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:38:35.339 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 11.4485ms
2024-04-06 17:38:35.339 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:42:22.115 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:42:22.115 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:42:22.119 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:42:22.152 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:42:22.478 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:22.478 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:22.478 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:22.478 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:22.479 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:42:22.479 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:42:22.479 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:42:22.479 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:42:22.480 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:42:22.480 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:42:22.480 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:42:22.480 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:42:22.481 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:42:22.487 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:22.487 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:22.488 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:42:22.488 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.3614ms
2024-04-06 17:42:22.488 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:42:22.488 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:42:22.504 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:22.504 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:22.505 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:42:22.514 +08:00 [INF] 2024/4/6 17:42:22：cc,dZTlqBZXc2J83hGyC4bL-w连接服务端success，当前已连接1个
2024-04-06 17:42:22.595 +08:00 [DBG] =========Yi-SQL耗时113.2627毫秒=====
2024-04-06 17:42:22.595 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:42:22.610 +08:00 [DBG] =========Yi-SQL耗时14.4663毫秒=====
2024-04-06 17:42:22.611 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:42:22.611 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 131.8419ms
2024-04-06 17:42:22.611 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:42:22.617 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:22.617 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:22.618 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:42:22.618 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:42:22.622 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:22.622 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:22.623 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:42:33.013 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:42:33.013 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:42:33.013 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:42:33.027 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:42:33.316 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:33.316 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:33.316 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:33.316 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:33.317 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:42:33.317 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:42:33.318 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:42:33.318 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:42:33.318 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:42:33.318 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:42:33.318 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:42:33.318 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:42:33.319 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:42:33.324 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:33.324 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:33.326 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:42:33.327 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:42:33.328 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.4988ms
2024-04-06 17:42:33.328 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:42:33.334 +08:00 [DBG] =========Yi-SQL耗时14.7681毫秒=====
2024-04-06 17:42:33.335 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:42:33.340 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:33.340 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:33.341 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:42:33.357 +08:00 [INF] 2024/4/6 17:42:33：cc,vX0jfLK74XCxMikHeC_fCQ连接服务端success，当前已连接1个
2024-04-06 17:42:33.361 +08:00 [DBG] =========Yi-SQL耗时26.084毫秒=====
2024-04-06 17:42:33.363 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:42:33.363 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 45.1308ms
2024-04-06 17:42:33.363 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:42:33.368 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:33.368 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:33.369 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:42:33.369 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:42:33.374 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:33.374 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:33.375 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:42:33.970 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:42:33.971 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:42:33.973 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:42:33.980 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:42:34.190 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:34.190 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:34.191 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:34.191 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:34.192 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:42:34.192 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:42:34.192 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:42:34.192 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:42:34.196 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:42:34.196 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:42:34.196 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:42:34.196 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:42:34.197 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:42:34.199 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:34.199 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:34.204 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:42:34.207 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:42:34.207 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 11.3291ms
2024-04-06 17:42:34.207 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:42:34.226 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:34.226 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:34.227 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:42:34.231 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:42:34.243 +08:00 [DBG] =========Yi-SQL耗时45.8396毫秒=====
2024-04-06 17:42:34.243 +08:00 [INF] 2024/4/6 17:42:34：cc,Nst9y7N2mey1SHr59NikVA连接服务端success，当前已连接1个
2024-04-06 17:42:34.244 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:42:34.244 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:42:34.244 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:42:34.261 +08:00 [DBG] =========Yi-SQL耗时17.2528毫秒=====
2024-04-06 17:42:34.263 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:42:34.263 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 67.2889ms
2024-04-06 17:42:34.263 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:42:34.493 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:34.493 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:34.493 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:34.494 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:34.495 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:42:34.495 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:42:34.495 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:42:34.495 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:42:34.495 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:42:34.495 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:42:34.495 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:42:34.495 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:42:34.497 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:42:34.500 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:34.500 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:34.503 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:42:34.503 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:42:34.503 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 7.8071ms
2024-04-06 17:42:34.503 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:42:34.517 +08:00 [DBG] =========Yi-SQL耗时19.6737毫秒=====
2024-04-06 17:42:34.517 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:42:34.525 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:34.525 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:34.526 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:42:34.531 +08:00 [DBG] =========Yi-SQL耗时13.6591毫秒=====
2024-04-06 17:42:34.532 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:42:34.532 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 37.106ms
2024-04-06 17:42:34.532 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:42:34.535 +08:00 [INF] 2024/4/6 17:42:34：cc,KyXOxyIMPevnyYjObhMPdw连接服务端success，当前已连接1个
2024-04-06 17:42:34.541 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:34.541 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:34.542 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:42:34.542 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:42:34.546 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:34.546 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:34.547 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:42:44.456 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:42:44.456 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:42:44.457 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:42:44.466 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:42:44.728 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:44.728 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:44.729 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:44.729 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:44.729 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:42:44.730 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:42:44.730 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:42:44.730 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:42:44.730 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:42:44.730 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:42:44.730 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:42:44.730 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:42:44.732 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:42:44.737 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:44.737 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:44.739 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:42:44.741 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:42:44.743 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 12.5066ms
2024-04-06 17:42:44.743 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:42:44.753 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:44.753 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:44.754 +08:00 [DBG] =========Yi-SQL耗时21.6826毫秒=====
2024-04-06 17:42:44.754 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:42:44.755 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:42:44.770 +08:00 [DBG] =========Yi-SQL耗时14.6206毫秒=====
2024-04-06 17:42:44.771 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:42:44.771 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 41.1661ms
2024-04-06 17:42:44.771 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:42:44.777 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:44.777 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:44.778 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:42:44.778 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:42:44.782 +08:00 [INF] 2024/4/6 17:42:44：cc,fyuGotGmWPtvFivYhIuv_A连接服务端success，当前已连接1个
2024-04-06 17:42:44.782 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:42:44.782 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:42:44.783 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:43:04.994 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:43:04.994 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:43:04.995 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:43:05.036 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:43:05.292 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:43:05.292 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:43:05.292 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:43:05.292 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:43:05.294 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:43:05.294 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:43:05.294 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:43:05.294 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:43:05.294 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:43:05.294 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:43:05.294 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:43:05.294 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:43:05.297 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:43:05.301 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:43:05.302 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:43:05.303 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:43:05.327 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:43:05.327 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:43:05.328 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:43:05.337 +08:00 [INF] 2024/4/6 17:43:05：cc,siODQwf_YApN8LVJ0FAAvw连接服务端success，当前已连接1个
2024-04-06 17:43:05.373 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:43:05.373 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 78.898ms
2024-04-06 17:43:05.373 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:43:05.384 +08:00 [DBG] =========Yi-SQL耗时87.4995毫秒=====
2024-04-06 17:43:05.385 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:43:05.428 +08:00 [DBG] =========Yi-SQL耗时43.5166毫秒=====
2024-04-06 17:43:05.430 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:43:05.430 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 135.6697ms
2024-04-06 17:43:05.430 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:43:05.435 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:43:05.435 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:43:05.436 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:43:05.436 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:43:05.440 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:43:05.440 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:43:05.441 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:43:16.663 +08:00 [INF] 用户core离开了，当前已连接1个
2024-04-06 17:43:16.663 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:43:16.663 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:43:16.677 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:43:16.850 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:43:16.850 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:43:16.852 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:43:16.852 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:43:16.853 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:43:16.853 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:43:16.855 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:43:16.855 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:43:16.861 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:43:16.861 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:43:16.862 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:43:16.862 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:43:16.862 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:43:16.863 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:43:16.863 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:43:16.866 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:43:16.876 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:43:16.877 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 13.8666ms
2024-04-06 17:43:16.877 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:43:16.879 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:43:16.879 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:43:16.881 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:43:16.888 +08:00 [DBG] =========Yi-SQL耗时21.4959毫秒=====
2024-04-06 17:43:16.888 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:43:16.897 +08:00 [INF] 2024/4/6 17:43:16：core,k62rJKuG7z82GD0Sqt1W4w连接服务端success，当前已连接1个
2024-04-06 17:43:16.903 +08:00 [DBG] =========Yi-SQL耗时14.3588毫秒=====
2024-04-06 17:43:16.904 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:43:16.904 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 41.3435ms
2024-04-06 17:43:16.904 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:43:16.908 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:43:16.908 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:43:16.909 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:43:16.909 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:43:16.911 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:43:16.911 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:43:16.912 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:43:17.834 +08:00 [INF] 用户core离开了，当前已连接1个
2024-04-06 17:43:17.835 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:43:17.836 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:43:17.846 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:43:17.990 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:43:17.990 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:43:17.992 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:43:17.992 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:43:17.992 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:43:17.992 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:43:17.993 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:43:17.993 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:43:18.002 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:43:18.002 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:43:18.003 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:43:18.003 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:43:18.004 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:43:18.004 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:43:18.005 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:43:18.007 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:43:18.016 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:43:18.017 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 12.1375ms
2024-04-06 17:43:18.017 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:43:18.019 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:43:18.019 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:43:18.020 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:43:18.023 +08:00 [DBG] =========Yi-SQL耗时16.1834毫秒=====
2024-04-06 17:43:18.024 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:43:18.042 +08:00 [DBG] =========Yi-SQL耗时17.9038毫秒=====
2024-04-06 17:43:18.043 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:43:18.043 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 37.4789ms
2024-04-06 17:43:18.043 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:43:18.047 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:43:18.047 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:43:18.049 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:43:18.049 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:43:18.050 +08:00 [INF] 2024/4/6 17:43:18：core,iFV9LiLu3Mnq5XZVaO-v7w连接服务端success，当前已连接1个
2024-04-06 17:43:18.054 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:43:18.054 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:43:18.055 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:43:59.917 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:43:59.917 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:43:59.919 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:43:59.986 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:44:00.544 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:44:00.544 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:44:00.544 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:44:00.545 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:44:00.545 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:44:00.545 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:44:00.545 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:44:00.546 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:44:00.546 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:44:00.546 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:44:00.546 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:44:00.546 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:44:00.547 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:44:00.552 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:44:00.552 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:44:00.554 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:44:00.555 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:44:00.556 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.0989ms
2024-04-06 17:44:00.556 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:44:00.564 +08:00 [DBG] =========Yi-SQL耗时16.2191毫秒=====
2024-04-06 17:44:00.564 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:44:00.576 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:44:00.576 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:44:00.577 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:44:00.581 +08:00 [DBG] =========Yi-SQL耗时16.4337毫秒=====
2024-04-06 17:44:00.582 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:44:00.582 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 36.5718ms
2024-04-06 17:44:00.582 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:44:00.588 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:44:00.588 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:44:00.589 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:44:00.589 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:44:00.590 +08:00 [INF] 2024/4/6 17:44:00：cc,fSkYnqh4iff2IbNlK-BsxQ连接服务端success，当前已连接1个
2024-04-06 17:44:00.595 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:44:00.595 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:44:00.596 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:44:07.071 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:44:07.071 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:44:07.071 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:44:07.079 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:44:07.482 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:44:07.482 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:44:07.482 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:44:07.482 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:44:07.483 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:44:07.483 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:44:07.483 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:44:07.483 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:44:07.483 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:44:07.483 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:44:07.484 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:44:07.484 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:44:07.488 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:44:07.494 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:44:07.494 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 9.9886ms
2024-04-06 17:44:07.494 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:44:07.503 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:44:07.503 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:44:07.504 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:44:07.505 +08:00 [DBG] =========Yi-SQL耗时16.7963毫秒=====
2024-04-06 17:44:07.507 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:44:07.522 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:44:07.522 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:44:07.523 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:44:07.526 +08:00 [DBG] =========Yi-SQL耗时18.568毫秒=====
2024-04-06 17:44:07.528 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:44:07.528 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 43.9701ms
2024-04-06 17:44:07.528 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:44:07.539 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:44:07.539 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:44:07.540 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:44:07.540 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:44:07.548 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:44:07.548 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:44:07.549 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:44:07.560 +08:00 [INF] 2024/4/6 17:44:07：cc,P-RVwlhiKM1MLLNIeTphLQ连接服务端success，当前已连接1个
2024-04-06 17:46:16.002 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:46:16.002 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:46:16.010 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:46:16.010 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:46:16.033 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:46:16.033 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 31.2669ms
2024-04-06 17:46:16.033 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:46:16.045 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:46:16.045 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 35.2958ms
2024-04-06 17:46:16.045 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:46:23.742 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:46:23.742 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:46:23.750 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:46:23.750 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 7.9679ms
2024-04-06 17:46:23.750 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:46:23.751 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:46:23.751 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:46:23.763 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:46:23.763 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 11.6107ms
2024-04-06 17:46:23.763 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:49:14.009 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:49:14.009 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:49:14.011 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:49:14.011 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:49:14.011 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:49:14.011 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:49:14.016 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:49:14.016 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:49:14.018 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:49:14.022 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:49:14.022 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:49:14.023 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:49:14.023 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:49:14.023 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:49:14.024 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:49:14.029 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:49:14.029 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:49:14.031 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:49:14.073 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:49:14.073 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 49.3015ms
2024-04-06 17:49:14.073 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:49:14.077 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:49:14.077 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 66.3161ms
2024-04-06 17:49:14.077 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:50:09.304 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:50:09.305 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:50:09.305 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:50:09.353 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:50:09.361 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:50:09.836 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:50:09.836 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:50:09.837 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:50:09.837 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:50:09.854 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:50:09.855 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:50:09.855 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:50:09.882 +08:00 [INF] 2024/4/6 17:50:09：cc,nCQFNRcGv5s_lV8dZ7O3aA连接服务端success，当前已连接1个
2024-04-06 17:50:22.006 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:50:22.006 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:50:22.018 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:50:22.019 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 12.2719ms
2024-04-06 17:50:22.019 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:50:23.807 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:50:23.807 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:50:24.335 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:50:24.335 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:50:24.338 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:50:24.338 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:50:24.339 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:50:24.339 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:50:24.340 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:50:24.340 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:50:24.340 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:50:24.340 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:50:24.347 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:50:24.347 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:50:24.352 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:50:24.352 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:50:24.352 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 12.3065ms
2024-04-06 17:50:24.352 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:50:24.361 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:50:24.362 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:50:24.363 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:50:24.391 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:50:24.391 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:50:24.391 +08:00 [INF] 2024/4/6 17:50:24：cc,4uR1ihnqMRA8oRksCX-Rgg连接服务端success，当前已连接1个
2024-04-06 17:50:24.392 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:50:24.432 +08:00 [DBG] =========Yi-SQL耗时80.2538毫秒=====
2024-04-06 17:50:24.432 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:50:24.499 +08:00 [DBG] =========Yi-SQL耗时66.6897毫秒=====
2024-04-06 17:50:24.502 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:50:24.502 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 154.4181ms
2024-04-06 17:50:24.502 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:50:24.510 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:50:24.510 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:50:24.511 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:50:24.511 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:50:24.518 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:50:24.518 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:50:24.519 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:50:39.439 +08:00 [INF] 用户core离开了，当前已连接1个
2024-04-06 17:50:39.439 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:50:39.441 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:50:39.452 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:50:39.478 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:50:39.639 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:50:39.639 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:50:39.640 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:50:39.640 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:50:39.640 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:50:39.640 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:50:39.641 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:50:39.641 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:50:39.649 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:50:39.649 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:50:39.649 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:50:39.649 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:50:39.649 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:50:39.649 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:50:39.649 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:50:39.653 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:50:39.663 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:50:39.663 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 13.1109ms
2024-04-06 17:50:39.663 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:50:39.665 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:50:39.665 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:50:39.666 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:50:39.673 +08:00 [DBG] =========Yi-SQL耗时19.6823毫秒=====
2024-04-06 17:50:39.674 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:50:39.684 +08:00 [INF] 2024/4/6 17:50:39：core,Gf-SqAIBY0NajXezIwFGrg连接服务端success，当前已连接1个
2024-04-06 17:50:39.730 +08:00 [DBG] =========Yi-SQL耗时56.2061毫秒=====
2024-04-06 17:50:39.734 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:50:39.735 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 84.9018ms
2024-04-06 17:50:39.735 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:50:39.738 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:50:39.738 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:50:39.739 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:50:39.739 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:50:39.742 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:50:39.742 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:50:39.743 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 17:52:16.051 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:52:16.051 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:52:16.052 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:52:16.053 +08:00 [INF] Route matched with {action = "SendPersonalMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendPersonalMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.PersonalMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 17:52:16.086 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application) in 33.2301ms
2024-04-06 17:52:16.086 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:53:24.512 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:53:24.512 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:53:24.518 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:53:24.519 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:53:24.566 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:53:24.566 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 53.8864ms
2024-04-06 17:53:24.566 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:53:24.567 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:53:24.567 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 48.5351ms
2024-04-06 17:53:24.567 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:53:27.569 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:53:27.569 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:53:27.570 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:53:27.570 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 17:53:27.571 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.6711ms
2024-04-06 17:53:27.571 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:54:20.739 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:54:20.740 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:54:20.744 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:54:20.744 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:54:20.777 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:54:20.777 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 37.5212ms
2024-04-06 17:54:20.777 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:54:20.785 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:54:20.785 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 40.8791ms
2024-04-06 17:54:20.785 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:54:25.896 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:54:25.896 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:54:25.897 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:54:25.897 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 17:54:25.898 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.8557ms
2024-04-06 17:54:25.898 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:55:54.592 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 17:55:54.592 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 17:55:54.593 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 17:55:54.711 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 17:55:55.120 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:55:55.120 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:55:55.121 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 17:55:55.121 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 17:55:55.131 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:55:55.131 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:55:55.132 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:55:55.132 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:55:55.132 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 17:55:55.132 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 17:55:55.132 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 17:55:55.132 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 17:55:55.134 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 17:55:55.136 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:55:55.136 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:55:55.142 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 17:55:55.147 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:55:55.148 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 15.1832ms
2024-04-06 17:55:55.148 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 17:55:55.160 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:55:55.160 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:55:55.161 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 17:55:55.189 +08:00 [INF] 2024/4/6 17:55:55：cc,mCKC8DxNtl9T9TLBZCL6_w连接服务端success，当前已连接1个
2024-04-06 17:55:55.218 +08:00 [DBG] =========Yi-SQL耗时83.376毫秒=====
2024-04-06 17:55:55.218 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 17:55:55.235 +08:00 [DBG] =========Yi-SQL耗时16.9935毫秒=====
2024-04-06 17:55:55.236 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 17:55:55.237 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 104.2149ms
2024-04-06 17:55:55.237 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 17:55:55.243 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:55:55.243 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:55:55.244 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 17:55:55.244 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 17:55:55.249 +08:00 [INF] CORS policy execution failed.
2024-04-06 17:55:55.249 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 17:55:55.250 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 18:00:00.023 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`CreationTime`,`ComparisonValue`,`Value`,`IsFluctuate` FROM `InterestRecords`    ORDER BY `CreationTime` DESC LIMIT 0,1
===============================

2024-04-06 18:00:00.089 +08:00 [DBG] =========Yi-SQL耗时66.3573毫秒=====
2024-04-06 18:00:00.223 +08:00 [WRN] UnitOfWorkManager.Current is null! Can not publish the event.
2024-04-06 18:00:00.238 +08:00 [DBG] 
==========Yi-SQL执行:==========
INSERT INTO `InterestRecords`  
           (`Id`,`CreationTime`,`ComparisonValue`,`Value`,`IsFluctuate`)
     VALUES
           (N'1ddcb302-6979-57af-f0d8-3a11c5069ddb',CAST('2024-04-06 18:00:00.223' AS DATETIME),1715.11,1.256400,0) ;
===============================

2024-04-06 18:00:00.266 +08:00 [DBG] =========Yi-SQL耗时27.9824毫秒=====
2024-04-06 18:03:30.759 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 18:03:30.759 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 18:03:30.759 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 18:03:30.804 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 18:03:31.397 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:03:31.397 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:03:31.399 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:03:31.399 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:03:31.400 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:03:31.400 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 18:03:31.400 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 18:03:31.400 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 18:03:31.400 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 18:03:31.400 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:03:31.400 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 18:03:31.400 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 18:03:31.402 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 18:03:31.407 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:03:31.407 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:03:31.408 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:03:31.408 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 18:03:31.408 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 7.8546ms
2024-04-06 18:03:31.409 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:03:31.435 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:03:31.435 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:03:31.436 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 18:03:31.451 +08:00 [INF] 2024/4/6 18:03:31：cc,gVwpHzBRmMbJ8m4Jv66ncg连接服务端success，当前已连接1个
2024-04-06 18:03:31.468 +08:00 [DBG] =========Yi-SQL耗时65.9064毫秒=====
2024-04-06 18:03:31.469 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 18:03:31.485 +08:00 [DBG] =========Yi-SQL耗时16.6202毫秒=====
2024-04-06 18:03:31.487 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:03:31.487 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 86.2307ms
2024-04-06 18:03:31.487 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 18:03:31.493 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:03:31.493 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:03:31.494 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 18:03:31.494 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 18:03:31.498 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:03:31.498 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:03:31.499 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 18:10:31.065 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 18:10:31.066 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 18:10:31.069 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 18:10:31.108 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 18:10:31.909 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:10:31.909 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:10:31.909 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:10:31.909 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:10:31.911 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:10:31.911 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 18:10:31.911 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 18:10:31.911 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 18:10:31.911 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 18:10:31.912 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:10:31.912 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 18:10:31.912 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 18:10:31.915 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 18:10:31.921 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:10:31.922 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 9.9914ms
2024-04-06 18:10:31.922 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:10:31.924 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:10:31.924 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:10:31.926 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 18:10:31.942 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:10:31.942 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:10:31.944 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 18:10:32.001 +08:00 [INF] 2024/4/6 18:10:32：cc,UGqRpRboMLjJgRVNN8Gmdg连接服务端success，当前已连接1个
2024-04-06 18:10:32.003 +08:00 [DBG] =========Yi-SQL耗时88.1964毫秒=====
2024-04-06 18:10:32.003 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 18:10:32.029 +08:00 [DBG] =========Yi-SQL耗时25.0618毫秒=====
2024-04-06 18:10:32.030 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:10:32.031 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 118.4449ms
2024-04-06 18:10:32.031 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 18:10:32.039 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:10:32.039 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:10:32.040 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 18:10:32.040 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 18:10:32.045 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:10:32.045 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:10:32.046 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 18:12:59.538 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:12:59.539 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:12:59.554 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:12:59.554 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:12:59.690 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:12:59.690 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 151.0577ms
2024-04-06 18:12:59.690 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:12:59.760 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:12:59.760 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 205.8234ms
2024-04-06 18:12:59.760 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:13:20.025 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:13:20.026 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:13:20.035 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:13:20.035 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:13:20.066 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:13:20.066 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 40.4464ms
2024-04-06 18:13:20.066 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:13:20.071 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:13:20.071 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 35.8807ms
2024-04-06 18:13:20.071 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:06.223 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:06.223 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:14:06.231 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:06.231 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:14:06.267 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:14:06.267 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 43.9545ms
2024-04-06 18:14:06.267 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:06.272 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:14:06.272 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 40.9803ms
2024-04-06 18:14:06.272 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:23.204 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:14:23.204 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:14:23.205 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:23.205 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:14:23.206 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.7109ms
2024-04-06 18:14:23.206 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:25.009 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:14:25.009 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:14:25.010 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:25.010 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:14:25.010 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5549ms
2024-04-06 18:14:25.010 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:26.871 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:14:26.871 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:14:26.872 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:26.872 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:14:26.873 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5337ms
2024-04-06 18:14:26.873 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:27.538 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:14:27.538 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:14:27.539 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:27.539 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:14:27.539 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5104ms
2024-04-06 18:14:27.540 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:27.795 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:14:27.795 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:14:27.796 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:27.797 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:14:27.797 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5989ms
2024-04-06 18:14:27.797 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:27.990 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:14:27.990 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:14:27.991 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:27.991 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:14:27.991 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5817ms
2024-04-06 18:14:27.991 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:31.164 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:14:31.164 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:14:31.165 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:31.165 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:14:31.165 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5835ms
2024-04-06 18:14:31.165 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:51.758 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:51.759 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:14:51.768 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:51.769 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:14:51.792 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:14:51.792 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 33.3622ms
2024-04-06 18:14:51.792 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:51.812 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:14:51.812 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 43.1159ms
2024-04-06 18:14:51.812 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:59.220 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:14:59.220 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:14:59.221 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:14:59.222 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:14:59.222 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.8737ms
2024-04-06 18:14:59.222 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:02.612 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:15:02.612 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:15:02.613 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:02.613 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:02.614 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.6386ms
2024-04-06 18:15:02.614 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:02.981 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:15:02.981 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:15:02.982 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:02.982 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:02.983 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.6112ms
2024-04-06 18:15:02.983 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:03.165 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:15:03.165 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:15:03.166 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:03.166 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:03.167 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.6232ms
2024-04-06 18:15:03.167 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:03.339 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:15:03.339 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:15:03.340 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:03.340 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:03.341 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.7682ms
2024-04-06 18:15:03.341 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:31.141 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:31.142 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:31.157 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:31.157 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:31.178 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:15:31.178 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 36.3448ms
2024-04-06 18:15:31.178 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:31.188 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:15:31.189 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 31.3578ms
2024-04-06 18:15:31.189 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:33.505 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:15:33.505 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:15:33.506 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:33.506 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:33.507 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.6057ms
2024-04-06 18:15:33.507 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:33.731 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:15:33.731 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:15:33.732 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:33.732 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:33.732 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5236ms
2024-04-06 18:15:33.732 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:33.904 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:15:33.904 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:15:33.905 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:33.906 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:33.907 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.9536ms
2024-04-06 18:15:33.907 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:34.069 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:15:34.069 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:15:34.070 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:34.070 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:34.071 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.914ms
2024-04-06 18:15:34.071 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:34.226 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:15:34.226 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:15:34.227 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:34.228 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:34.228 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.7442ms
2024-04-06 18:15:34.228 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:34.366 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:15:34.366 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:15:34.367 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:34.367 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:34.367 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.6148ms
2024-04-06 18:15:34.367 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:34.510 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:15:34.510 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:15:34.511 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:34.511 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:34.512 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5289ms
2024-04-06 18:15:34.512 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:34.655 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:15:34.655 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:15:34.656 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:34.656 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:34.657 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.6316ms
2024-04-06 18:15:34.657 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:49.872 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:49.872 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:49.883 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:15:49.883 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.9561ms
2024-04-06 18:15:49.883 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:49.883 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:49.883 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:49.891 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:15:49.891 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 8.0472ms
2024-04-06 18:15:49.891 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:51.781 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:15:51.781 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:15:51.782 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:51.782 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:51.783 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.747ms
2024-04-06 18:15:51.783 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:52.142 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:15:52.142 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:15:52.143 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:52.143 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:52.144 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5608ms
2024-04-06 18:15:52.144 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:52.304 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:15:52.305 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:15:52.305 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:52.306 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:52.306 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5375ms
2024-04-06 18:15:52.306 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:52.448 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:15:52.448 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:15:52.449 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:52.449 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:52.450 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5331ms
2024-04-06 18:15:52.450 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:52.603 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:15:52.603 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:15:52.604 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:52.604 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:52.605 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.7468ms
2024-04-06 18:15:52.605 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:52.749 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:15:52.749 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:15:52.750 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:15:52.750 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:15:52.751 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.7372ms
2024-04-06 18:15:52.751 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:23.639 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:23.639 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:16:23.653 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:23.653 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:16:23.679 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:16:23.679 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 39.5583ms
2024-04-06 18:16:23.679 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:23.693 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:16:23.693 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 39.9098ms
2024-04-06 18:16:23.693 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:27.005 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:16:27.005 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:16:27.006 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:27.006 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:16:27.007 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5832ms
2024-04-06 18:16:27.007 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:27.796 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:16:27.797 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:16:27.797 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:27.798 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:16:27.798 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5351ms
2024-04-06 18:16:27.798 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:27.981 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:16:27.981 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:16:27.982 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:27.982 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:16:27.983 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5918ms
2024-04-06 18:16:27.983 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:28.137 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:16:28.137 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:16:28.138 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:28.138 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:16:28.139 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5839ms
2024-04-06 18:16:28.139 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:41.850 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:41.850 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:16:41.861 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:41.861 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:16:41.864 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:16:41.864 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 13.8133ms
2024-04-06 18:16:41.864 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:41.876 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:16:41.877 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 15.0997ms
2024-04-06 18:16:41.877 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:48.974 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:48.974 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:16:48.984 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:16:48.984 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.4895ms
2024-04-06 18:16:48.984 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:49.000 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:49.000 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:16:49.008 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:16:49.008 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 7.9619ms
2024-04-06 18:16:49.008 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:56.884 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:16:56.884 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:16:56.885 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:56.885 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:16:56.885 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5091ms
2024-04-06 18:16:56.885 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:58.485 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:16:58.485 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:16:58.486 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:58.486 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:16:58.486 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.47ms
2024-04-06 18:16:58.486 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:59.699 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:16:59.699 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:16:59.700 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:16:59.700 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:16:59.700 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5447ms
2024-04-06 18:16:59.700 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:00.149 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:00.149 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:00.151 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:00.151 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:00.152 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.6965ms
2024-04-06 18:17:00.152 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:00.583 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:00.583 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:00.584 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:00.584 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:00.585 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.8575ms
2024-04-06 18:17:00.585 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:00.981 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:00.981 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:00.981 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:00.982 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:00.982 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5523ms
2024-04-06 18:17:00.982 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:01.384 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:01.384 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:01.385 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:01.385 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:01.386 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4966ms
2024-04-06 18:17:01.386 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:01.837 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:01.837 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:01.838 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:01.838 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:01.839 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.6778ms
2024-04-06 18:17:01.839 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:02.186 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:02.186 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:02.187 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:02.187 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:02.187 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4969ms
2024-04-06 18:17:02.187 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:02.576 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:02.576 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:02.577 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:02.577 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:02.578 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.7571ms
2024-04-06 18:17:02.578 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:02.964 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:02.964 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:02.965 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:02.965 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:02.966 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5814ms
2024-04-06 18:17:02.966 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:03.194 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:03.194 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:03.195 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:03.195 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:03.196 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.6219ms
2024-04-06 18:17:03.196 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:03.353 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:03.353 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:03.354 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:03.354 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:03.355 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5748ms
2024-04-06 18:17:03.355 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:03.489 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:03.489 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:03.490 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:03.490 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:03.491 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.6228ms
2024-04-06 18:17:03.491 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:03.617 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:03.617 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:03.619 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:03.619 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:03.620 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.669ms
2024-04-06 18:17:03.620 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:03.757 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:03.757 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:03.758 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:03.758 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:03.759 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.6167ms
2024-04-06 18:17:03.759 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:03.893 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:03.893 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:03.894 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:03.894 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:03.895 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.6991ms
2024-04-06 18:17:03.895 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:04.035 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:04.035 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:04.037 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:04.037 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:04.038 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.793ms
2024-04-06 18:17:04.038 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:04.171 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:04.171 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:04.172 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:04.172 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:04.173 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5664ms
2024-04-06 18:17:04.173 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:04.326 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:04.326 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:04.327 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:04.327 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:04.327 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5225ms
2024-04-06 18:17:04.327 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:04.476 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:04.476 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:04.477 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:04.477 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:04.477 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5377ms
2024-04-06 18:17:04.477 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:04.615 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:04.615 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:04.616 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:04.616 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:04.617 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.584ms
2024-04-06 18:17:04.617 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:05.224 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:05.224 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:05.225 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:05.225 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:05.226 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4496ms
2024-04-06 18:17:05.226 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:06.028 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:06.028 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:06.029 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:06.029 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:06.030 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4874ms
2024-04-06 18:17:06.030 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:07.548 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:07.548 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:07.549 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:07.549 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:07.550 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4479ms
2024-04-06 18:17:07.550 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:07.872 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:07.872 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:07.873 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:07.873 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:07.874 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5133ms
2024-04-06 18:17:07.874 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:08.059 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:08.059 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:08.060 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:08.061 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:08.061 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.6728ms
2024-04-06 18:17:08.061 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:08.223 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:08.223 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:08.224 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:08.224 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:08.225 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.6779ms
2024-04-06 18:17:08.225 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:08.478 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:17:08.478 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:17:08.479 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:08.479 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:08.480 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.5563ms
2024-04-06 18:17:08.480 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:34.162 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:34.162 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:34.185 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:34.185 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:17:34.215 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:17:34.215 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 53.3024ms
2024-04-06 18:17:34.215 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:17:34.228 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:17:34.228 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 42.369ms
2024-04-06 18:17:34.228 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:19:08.481 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:19:08.481 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:19:08.482 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:19:08.483 +08:00 [INF] Route matched with {action = "SendPersonalMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendPersonalMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.PersonalMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:19:08.520 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application) in 37.3351ms
2024-04-06 18:19:08.520 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:19:28.130 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:19:28.130 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:19:28.131 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:19:28.131 +08:00 [INF] Route matched with {action = "SendPersonalMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendPersonalMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.PersonalMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:19:28.140 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application) in 8.3551ms
2024-04-06 18:19:28.140 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:19:33.812 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:19:33.812 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:19:33.813 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:19:33.813 +08:00 [INF] Route matched with {action = "SendPersonalMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendPersonalMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.PersonalMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:19:33.822 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application) in 8.3872ms
2024-04-06 18:19:33.822 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:19:37.148 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:19:37.148 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:19:37.149 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:19:37.149 +08:00 [INF] Route matched with {action = "SendPersonalMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendPersonalMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.PersonalMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:19:37.157 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application) in 7.4892ms
2024-04-06 18:19:37.157 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:19:45.430 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:19:45.430 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:19:45.432 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:19:45.432 +08:00 [INF] Route matched with {action = "SendPersonalMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendPersonalMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.PersonalMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:19:45.440 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application) in 7.8153ms
2024-04-06 18:19:45.440 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:19:48.270 +08:00 [INF] 用户core离开了，当前已连接1个
2024-04-06 18:19:48.271 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 18:19:48.272 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 18:19:48.279 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 18:19:48.695 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:19:48.695 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:19:48.696 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 18:19:48.696 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:19:48.696 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:19:48.696 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 18:19:48.698 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 18:19:48.698 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 18:19:48.706 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:19:48.706 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:19:48.707 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:19:48.707 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 18:19:48.707 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 18:19:48.707 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 18:19:48.707 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:19:48.714 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 18:19:48.717 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:19:48.718 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.6961ms
2024-04-06 18:19:48.718 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:19:48.721 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:19:48.721 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:19:48.722 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 18:19:48.741 +08:00 [INF] 2024/4/6 18:19:48：core,MTsGFIaRvg2eM8lNMsGB-Q连接服务端success，当前已连接1个
2024-04-06 18:19:48.856 +08:00 [DBG] =========Yi-SQL耗时142.0168毫秒=====
2024-04-06 18:19:48.856 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 18:19:48.877 +08:00 [DBG] =========Yi-SQL耗时20.6973毫秒=====
2024-04-06 18:19:48.878 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:19:48.878 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 171.2626ms
2024-04-06 18:19:48.878 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 18:19:48.883 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:19:48.883 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:19:48.884 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 18:19:48.884 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 18:19:48.886 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:19:48.886 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:19:48.887 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 18:21:09.761 +08:00 [INF] 用户core离开了，当前已连接1个
2024-04-06 18:21:09.792 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 18:21:09.797 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 18:21:09.938 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:09.938 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:09.939 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 18:21:09.939 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 18:21:09.940 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:09.940 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:09.941 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 18:21:09.941 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 18:21:09.950 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:09.950 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:09.951 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 18:21:09.951 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 18:21:09.951 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:09.952 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 18:21:09.952 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:21:09.955 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 18:21:09.974 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:09.974 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:09.975 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 18:21:09.982 +08:00 [INF] 2024/4/6 18:21:09：core,7E3db5UfGxzh5b96zhGx8g连接服务端success，当前已连接1个
2024-04-06 18:21:09.985 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 18:21:09.993 +08:00 [DBG] =========Yi-SQL耗时37.5243毫秒=====
2024-04-06 18:21:09.993 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 18:21:10.004 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:21:10.005 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 52.5584ms
2024-04-06 18:21:10.005 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:10.014 +08:00 [DBG] =========Yi-SQL耗时21.4302毫秒=====
2024-04-06 18:21:10.016 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:21:10.016 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 63.8829ms
2024-04-06 18:21:10.016 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 18:21:10.019 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:10.019 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:10.020 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 18:21:10.020 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 18:21:10.024 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:10.024 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:10.024 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 18:21:21.927 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 18:21:21.927 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 18:21:21.936 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 18:21:21.939 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 18:21:22.196 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:22.196 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:22.197 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:22.197 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:22.198 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 18:21:22.198 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 18:21:22.198 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 18:21:22.198 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 18:21:22.198 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 18:21:22.198 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:22.198 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 18:21:22.199 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:21:22.200 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 18:21:22.205 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:22.205 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:22.206 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:21:22.206 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 7.3833ms
2024-04-06 18:21:22.206 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:22.206 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 18:21:22.218 +08:00 [DBG] =========Yi-SQL耗时17.6428毫秒=====
2024-04-06 18:21:22.218 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 18:21:22.226 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:22.226 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:22.228 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 18:21:22.237 +08:00 [DBG] =========Yi-SQL耗时18.6654毫秒=====
2024-04-06 18:21:22.238 +08:00 [INF] 2024/4/6 18:21:22：cc,k6v0EKHm-hEtcmlLUdedKw连接服务端success，当前已连接1个
2024-04-06 18:21:22.238 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:21:22.239 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 39.9765ms
2024-04-06 18:21:22.239 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 18:21:22.246 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:22.246 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:22.247 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 18:21:22.247 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 18:21:22.251 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:22.251 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:22.252 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 18:21:23.662 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:23.662 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:23.663 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:23.663 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:21:23.664 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4951ms
2024-04-06 18:21:23.664 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:24.154 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:24.154 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:24.155 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:24.155 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:21:24.155 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4697ms
2024-04-06 18:21:24.155 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:24.421 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:24.421 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:24.421 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:24.422 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:21:24.422 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4934ms
2024-04-06 18:21:24.422 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:24.678 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:24.678 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:24.679 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:24.679 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:21:24.680 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4289ms
2024-04-06 18:21:24.680 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:24.887 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:24.887 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:24.888 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:24.888 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:21:24.889 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.456ms
2024-04-06 18:21:24.889 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:25.066 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:25.066 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:25.067 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:25.067 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:21:25.068 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4265ms
2024-04-06 18:21:25.068 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:25.238 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:25.238 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:25.239 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:25.239 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:21:25.240 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4788ms
2024-04-06 18:21:25.240 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:25.392 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:25.392 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:25.393 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:25.393 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:21:25.394 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4585ms
2024-04-06 18:21:25.394 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:25.560 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:25.560 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:25.561 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:25.561 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:21:25.561 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4179ms
2024-04-06 18:21:25.561 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:25.716 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:25.716 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:25.717 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:25.717 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:21:25.717 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4373ms
2024-04-06 18:21:25.717 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:25.863 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:25.863 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:25.864 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:25.864 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:21:25.865 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4247ms
2024-04-06 18:21:25.865 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:26.999 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:26.999 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:27.000 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:27.000 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:21:27.001 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.473ms
2024-04-06 18:21:27.001 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:27.916 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:27.916 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:27.916 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:27.916 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:21:27.917 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4137ms
2024-04-06 18:21:27.917 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:29.706 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:29.706 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:29.707 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:29.707 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:21:29.708 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4558ms
2024-04-06 18:21:29.708 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:30.657 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:30.657 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:30.658 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:30.658 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:21:30.659 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4489ms
2024-04-06 18:21:30.659 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:31.305 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:31.305 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:31.306 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:31.306 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:21:31.307 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4346ms
2024-04-06 18:21:31.307 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:31.778 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:31.778 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:31.779 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:31.779 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:21:31.780 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4212ms
2024-04-06 18:21:31.780 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:32.330 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:21:32.330 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:21:32.331 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:21:32.331 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:21:32.332 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4515ms
2024-04-06 18:21:32.332 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:23:21.238 +08:00 [INF] 用户cc离开了，当前已连接1个
2024-04-06 18:23:21.241 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 18:23:21.241 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 18:23:21.309 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 18:23:21.539 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:23:21.539 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:23:21.539 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:23:21.539 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:23:21.540 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 18:23:21.540 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 18:23:21.540 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 18:23:21.540 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 18:23:21.541 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:23:21.541 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 18:23:21.541 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 18:23:21.541 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:23:21.542 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 18:23:21.546 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:23:21.546 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:23:21.548 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 18:23:21.550 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:23:21.551 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 10.0079ms
2024-04-06 18:23:21.551 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:23:21.565 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:23:21.565 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:23:21.566 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 18:23:21.576 +08:00 [INF] 2024/4/6 18:23:21：cc,a2dOrq8WbxbUsLnX30g_iQ连接服务端success，当前已连接1个
2024-04-06 18:23:21.592 +08:00 [DBG] =========Yi-SQL耗时49.727毫秒=====
2024-04-06 18:23:21.592 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 18:23:21.616 +08:00 [DBG] =========Yi-SQL耗时23.5505毫秒=====
2024-04-06 18:23:21.617 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:23:21.617 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 76.3965ms
2024-04-06 18:23:21.617 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 18:23:21.623 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:23:21.623 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:23:21.624 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 18:23:21.624 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 18:23:21.628 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:23:21.628 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:23:21.629 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 18:23:59.864 +08:00 [INF] 用户core离开了，当前已连接1个
2024-04-06 18:23:59.864 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 18:23:59.867 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 18:23:59.911 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 18:24:00.039 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:24:00.039 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:24:00.039 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:24:00.039 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:24:00.040 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 18:24:00.040 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 18:24:00.040 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 18:24:00.040 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 18:24:00.050 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:24:00.050 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:24:00.051 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:24:00.051 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 18:24:00.051 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:24:00.051 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 18:24:00.051 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 18:24:00.054 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 18:24:00.062 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:24:00.062 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 11.1035ms
2024-04-06 18:24:00.062 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:24:00.065 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:24:00.065 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:24:00.067 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 18:24:00.077 +08:00 [DBG] =========Yi-SQL耗时22.6692毫秒=====
2024-04-06 18:24:00.078 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 18:24:00.093 +08:00 [INF] 2024/4/6 18:24:00：core,FdjLpYKLqcIfkx9VSvA-Kw连接服务端success，当前已连接1个
2024-04-06 18:24:00.099 +08:00 [DBG] =========Yi-SQL耗时20.7998毫秒=====
2024-04-06 18:24:00.100 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:24:00.100 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 49.3213ms
2024-04-06 18:24:00.100 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 18:24:00.104 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:24:00.104 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:24:00.105 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 18:24:00.105 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 18:24:00.108 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:24:00.108 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:24:00.108 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 18:24:15.074 +08:00 [INF] 用户core离开了，当前已连接1个
2024-04-06 18:24:15.074 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 18:24:15.075 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 18:24:15.086 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 18:24:32.164 +08:00 [INF] 用户cc离开了，当前已连接0个
2024-04-06 18:24:32.164 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 18:24:32.165 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 18:24:32.197 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 18:24:32.737 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:24:32.737 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:24:32.737 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:24:32.737 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:24:32.738 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 18:24:32.738 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 18:24:32.738 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 18:24:32.738 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 18:24:32.738 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 18:24:32.738 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 18:24:32.738 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:24:32.739 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:24:32.740 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 18:24:32.744 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:24:32.744 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:24:32.747 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 18:24:32.749 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:24:32.750 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 11.6817ms
2024-04-06 18:24:32.750 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:24:32.762 +08:00 [DBG] =========Yi-SQL耗时21.6325毫秒=====
2024-04-06 18:24:32.762 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:24:32.762 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:24:32.762 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 18:24:32.764 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 18:24:32.778 +08:00 [INF] 2024/4/6 18:24:32：cc,noNoMa4s1yEQx-iAySz75g连接服务端success，当前已连接0个
2024-04-06 18:24:32.810 +08:00 [DBG] =========Yi-SQL耗时47.5267毫秒=====
2024-04-06 18:24:32.811 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:24:32.812 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 73.2843ms
2024-04-06 18:24:32.812 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 18:24:32.819 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:24:32.819 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:24:32.820 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 18:24:32.820 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 18:24:32.824 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:24:32.824 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:24:32.825 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 18:24:57.067 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.AccountService.Get (Yi.Framework.Rbac.Application)'
2024-04-06 18:24:57.071 +08:00 [INF] Route matched with {action = "Get", controller = "Account", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Yi.Framework.Rbac.Domain.Shared.Dtos.UserRoleMenuDto] Get() on controller Yi.Framework.Rbac.Application.Services.AccountService (Yi.Framework.Rbac.Application).
2024-04-06 18:24:57.234 +08:00 [INF] Executing ObjectResult, writing value of type 'Yi.Framework.Rbac.Domain.Shared.Dtos.UserRoleMenuDto'.
2024-04-06 18:24:57.246 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.AccountService.Get (Yi.Framework.Rbac.Application) in 174.7271ms
2024-04-06 18:24:57.246 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.AccountService.Get (Yi.Framework.Rbac.Application)'
2024-04-06 18:24:57.251 +08:00 [INF] Executing endpoint 'Yi.Framework.Bbs.Application.Services.BbsUserInfoService.GetUserInfoByUserNameOrUserIdAsync (Yi.Framework.Bbs.Application)'
2024-04-06 18:24:57.253 +08:00 [INF] Route matched with {action = "GetUserInfoByUserNameOrUserId", controller = "BbsUserInfo", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Yi.Framework.Bbs.Domain.Managers.BbsUserInfoDto] GetUserInfoByUserNameOrUserIdAsync(System.String) on controller Yi.Framework.Bbs.Application.Services.BbsUserInfoService (Yi.Framework.Bbs.Application).
2024-04-06 18:24:57.338 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `user`.`Id` AS `Id` , `user`.`Icon` AS `Icon` , `info`.`Level` AS `Level` , `info`.`UserLimit` AS `UserLimit` , `info`.`Money` AS `Money` , `info`.`Experience` AS `Experience` , `info`.`AgreeNumber` AS `AgreeNumber` , `info`.`CommentNumber` AS `CommentNumber` , `info`.`DiscussNumber` AS `DiscussNumber` ,`user`.`Name` AS `Name` ,`user`.`Age` AS `Age` ,`user`.`UserName` AS `UserName` ,`user`.`Nick` AS `Nick` ,`user`.`Email` AS `Email` ,`user`.`Ip` AS `Ip` ,`user`.`Address` AS `Address` ,`user`.`Phone` AS `Phone` ,`user`.`Introduction` AS `Introduction` ,`user`.`Remark` AS `Remark` ,`user`.`Sex` AS `Sex` ,`user`.`CreationTime` AS `CreationTime` ,`user`.`State` AS `State` FROM `User` `user` Left JOIN `BbsUserExtraInfo` `info` ON ( `user`.`Id` = `info`.`UserId` )    WHERE ( `user`.`Id` = N'74b32e7e-4586-78ca-fd43-3a0fa9fbd640' )  AND ( `user`.`IsDeleted` = 0 )  AND ( 1 = 1 )    LIMIT 0,1
===============================

2024-04-06 18:24:57.392 +08:00 [DBG] =========Yi-SQL耗时53.9255毫秒=====
2024-04-06 18:24:57.397 +08:00 [INF] Executing ObjectResult, writing value of type 'Yi.Framework.Bbs.Domain.Managers.BbsUserInfoDto'.
2024-04-06 18:24:57.403 +08:00 [INF] Executed action Yi.Framework.Bbs.Application.Services.BbsUserInfoService.GetUserInfoByUserNameOrUserIdAsync (Yi.Framework.Bbs.Application) in 149.931ms
2024-04-06 18:24:57.403 +08:00 [INF] Executed endpoint 'Yi.Framework.Bbs.Application.Services.BbsUserInfoService.GetUserInfoByUserNameOrUserIdAsync (Yi.Framework.Bbs.Application)'
2024-04-06 18:24:57.454 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:24:57.454 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:24:57.455 +08:00 [INF] Executing endpoint '/hub/main/negotiate'
2024-04-06 18:24:57.455 +08:00 [INF] Executed endpoint '/hub/main/negotiate'
2024-04-06 18:24:57.462 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:24:57.462 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:24:57.465 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:24:57.465 +08:00 [INF] Executing endpoint '/hub/chat/negotiate'
2024-04-06 18:24:57.465 +08:00 [INF] Executed endpoint '/hub/chat/negotiate'
2024-04-06 18:24:57.465 +08:00 [INF] Route matched with {action = "GetList", controller = "ChatUser", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel]] GetListAsync() on controller Yi.Framework.ChatHub.Application.Services.ChatUserService (Yi.Framework.ChatHub.Application).
2024-04-06 18:24:57.466 +08:00 [INF] Executing endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 18:24:57.466 +08:00 [INF] Route matched with {action = "GetList", controller = "Config", area = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto]] GetListAsync(Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListInputVo) on controller Yi.Framework.Rbac.Application.Services.ConfigService (Yi.Framework.Rbac.Application).
2024-04-06 18:24:57.468 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT COUNT(1) FROM `Config`  WHERE ( `IsDeleted` = 0 ) 
===============================

2024-04-06 18:24:57.476 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:24:57.476 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:24:57.477 +08:00 [INF] Executing endpoint '/hub/main'
2024-04-06 18:24:57.502 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:24:57.502 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:24:57.504 +08:00 [INF] Executing endpoint '/hub/chat'
2024-04-06 18:24:57.516 +08:00 [INF] 2024/4/6 18:24:57：core,mLhHQJ4bsmMCUwhxQAvjeA连接服务端success，当前已连接1个
2024-04-06 18:24:57.517 +08:00 [INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Yi.Framework.ChatHub.Domain.Shared.Model.ChatUserModel, Yi.Framework.ChatHub.Domain.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:24:57.518 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application) in 52.7044ms
2024-04-06 18:24:57.518 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatUserService.GetListAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:24:57.588 +08:00 [DBG] =========Yi-SQL耗时120.2183毫秒=====
2024-04-06 18:24:57.588 +08:00 [DBG] 
==========Yi-SQL执行:==========
SELECT `Id`,`ConfigName`,`ConfigKey`,`ConfigValue`,`ConfigType`,`OrderNum`,`Remark`,`IsDeleted`,`CreationTime`,`CreatorId`,`LastModifierId`,`LastModificationTime` FROM `Config`   WHERE ( `IsDeleted` = 0 )   LIMIT 0,10
===============================

2024-04-06 18:24:57.609 +08:00 [DBG] =========Yi-SQL耗时20.7349毫秒=====
2024-04-06 18:24:57.611 +08:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Yi.Framework.Rbac.Application.Contracts.Dtos.Config.ConfigGetListOutputDto, Yi.Framework.Rbac.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
2024-04-06 18:24:57.611 +08:00 [INF] Executed action Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application) in 145.1494ms
2024-04-06 18:24:57.611 +08:00 [INF] Executed endpoint 'Yi.Framework.Rbac.Application.Services.ConfigService.GetListAsync (Yi.Framework.Rbac.Application)'
2024-04-06 18:24:57.616 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:24:57.616 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:24:57.617 +08:00 [INF] Executing endpoint '/hub/notice/negotiate'
2024-04-06 18:24:57.617 +08:00 [INF] Executed endpoint '/hub/notice/negotiate'
2024-04-06 18:24:57.620 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:24:57.621 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:24:57.621 +08:00 [INF] Executing endpoint '/hub/notice'
2024-04-06 18:25:04.172 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:25:04.172 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:25:04.173 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:25:04.173 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:25:04.173 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4558ms
2024-04-06 18:25:04.173 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:25:11.856 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:25:11.857 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:25:11.857 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:25:11.857 +08:00 [INF] Route matched with {action = "SendGroupMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendGroupMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.GroupMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:25:11.858 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application) in 0.4142ms
2024-04-06 18:25:11.858 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendGroupMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:25:21.087 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:25:21.087 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:25:21.088 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:25:21.088 +08:00 [INF] Route matched with {action = "SendPersonalMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendPersonalMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.PersonalMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:25:21.120 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application) in 32.0672ms
2024-04-06 18:25:21.120 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:25:23.005 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:25:23.005 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:25:23.006 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:25:23.006 +08:00 [INF] Route matched with {action = "SendPersonalMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendPersonalMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.PersonalMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:25:23.018 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application) in 11.953ms
2024-04-06 18:25:23.018 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:25:28.944 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:25:28.944 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:25:28.945 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:25:28.946 +08:00 [INF] Route matched with {action = "SendPersonalMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendPersonalMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.PersonalMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:25:28.954 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application) in 8.6263ms
2024-04-06 18:25:28.954 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:25:41.691 +08:00 [INF] CORS policy execution failed.
2024-04-06 18:25:41.692 +08:00 [INF] Request origin http://localhost:18001 does not have permission to access the resource.
2024-04-06 18:25:41.692 +08:00 [INF] Executing endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:25:41.693 +08:00 [INF] Route matched with {action = "SendPersonalMessage", controller = "ChatMessage", area = ""}. Executing controller action with signature System.Threading.Tasks.Task SendPersonalMessageAsync(Yi.Framework.ChatHub.Application.Contracts.Dtos.PersonalMessageInputDto) on controller Yi.Framework.ChatHub.Application.Services.ChatMessageService (Yi.Framework.ChatHub.Application).
2024-04-06 18:25:41.701 +08:00 [INF] Executed action Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application) in 8.2618ms
2024-04-06 18:25:41.701 +08:00 [INF] Executed endpoint 'Yi.Framework.ChatHub.Application.Services.ChatMessageService.SendPersonalMessageAsync (Yi.Framework.ChatHub.Application)'
2024-04-06 18:27:03.877 +08:00 [INF] 用户core离开了，当前已连接1个
2024-04-06 18:27:03.877 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 18:27:03.877 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 18:27:03.947 +08:00 [INF] Executed endpoint '/hub/chat'
2024-04-06 18:27:04.931 +08:00 [INF] 用户cc离开了，当前已连接0个
2024-04-06 18:27:04.931 +08:00 [INF] Executed endpoint '/hub/main'
2024-04-06 18:27:04.937 +08:00 [INF] Executed endpoint '/hub/notice'
2024-04-06 18:27:04.950 +08:00 [INF] Executed endpoint '/hub/chat'
