Realtime notification not sent
问题 I am trying to display realtime notification in ASP.NET Boilerplate, but it is not sent. public override async Task<MessagesDto> Create(MessagesCreateDto input) { var MessagesCore = ObjectMapper.Map<MessagesCore>(input); MessagesCore.UserId = Convert.ToInt32(AbpSession.UserId); MessagesCore.CreationId = Convert.ToInt32(AbpSession.UserId); MessagesCore.FromUserId = Convert.ToInt32(AbpSession.UserId); MessagesCore.CreationTime = DateTime.Now; MessagesCore.LastModificationId = Convert.ToInt32