Base solution for your next web application
Open Closed

Completely Disabling SignalR/Chat #3395


User avatar
0
blewis created

If I want to completely disable the chat function from a particular app that I'm building, is it best to remove the FEATURE_SIGNALR compilation symbol from the project? I just want to ensure that the SignalR/Chat related code doesn't load/add overhead when it's not going to be used at all.

Thanks, Bryan


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

    Hi,

    Additionally, you need to remove including scripts like signalr.js. There might be some other places we forget about but if you have a problem while doing it, we can help.

    Thanks.