Base solution for your next web application

Activities of "shedspotter"

Hi @ismcagdas Is your app multi tenant ? = > yes If it is multi tenant, would you like to charge each user of a tenant ? = > No, we will charge a tenant but it is per user basis. For ex: if a tenant has 40 users but montly active user is 20 , in that case we would charge that tenant only of the 20 users not for 40 . Thanks,

Hi, sorry I am unable to share the whole project it would be great if we can schedule a call

Hi, I have created a POC project to verify the singalR issue with multiple instace in azure and the POC is working fine with microsft signalR but in asp net zero application it is not working correctly.If you need I can share the POC project

Hi, our production application is running in release mode and I am 100% sure that AddAzureSignalR is executed

Hi @ismcagdas I have configured like this

#if DEBUG services.AddSignalR(); #else services.AddSignalR(options => { options.EnableDetailedErrors = true; }) .AddAzureSignalR(options => options.Endpoints = new ServiceEndpoint[] { new ServiceEndpoint(_appConfiguration["SignalR:PrimaryConnectionString"], EndpointType.Primary, "primary--signalrservice.service.signalr.net"), new ServiceEndpoint(_appConfiguration["SignalR:SecondaryConnectionString"], EndpointType.Secondary, "secondary-signalrservice.service.signalr.net"), });

#endif

Hi @ismcagdas We already using the Azure SignalR Service service but still we are getting the same issue

Hi @ismcagdas, is there any update on the issue , and also yestarday I have sended you memory dump file via email so that it would help you guys to identiy the issue of high CPU usage

HI @ismcagdas any update on the issue

Hi @ismcagdas, sure will do it and send you in email

Hi @ismcagdas Yes, we are allowing user to access there tenant which they mapped with there custom domain

Showing 11 to 20 of 127 entries