Base solution for your next web application
Open Closed

Disable SignalR #10869


User avatar
0
pliaspzero created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? 10.2
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .NET CORE

If issue related with ABP Framework

  • What is ABP Framework version?

If issue is about UI

Hi, we have problem with SignalR on cutstomer live site - could we somehow disable signalR by tenant or for the whole application? Thanks


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @pliaspzero

    SignalR is used by several features like Chat and Real Time Notifications. You need to comment out those features (their html contents in your app). You also need to comment out SignalR in Startup.cs and client side SignalRHelper.ts.