Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "[email protected]"

Yes if I comment the code for Redis in EnterpriseBaseWebCoreModule, then it will work as normal.

Yes, you can test my project.

I havent made any changes to the source code, Just downloaded it and tried to run it.

HI, This is my current code and it's still the same. When a sender sends messages it's not even show on his screen

services.AddSignalR(o => { o.EnableDetailedErrors = true; }) .AddStackExchangeRedis(_appConfiguration["Abp:RedisCache:ConnectionString"], options => { options.Configuration.ClientName = "VS2022"; });

I am not able to see the messages in Redis. I have installed the Redis Insight app and I couldn't see the Key for messages. However, I can see the Key for Abp.RealTime.OnlineClients.Clients. I am adding the other keys that are present in the Redis database when I run the application.

Hi,

Do you see any error on browser console or server side log file (under App_Data folder named Logs.txt) ?

Hi, No, I am not seeing any error in the browser console or on the Log file.

Showing 1 to 4 of 4 entries