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"; });
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.