We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9846b commit 2368b24Copy full SHA for 2368b24
vue/src/lib/SignalRAspNetCoreHelper.ts
@@ -3,6 +3,7 @@ import Util from './util'
3
class SignalRAspNetCoreHelper {
4
initSignalR() {
5
var encryptedAuthToken = Util.abp.utils.getCookieValue(AppConsts.authorization.encrptedAuthTokenName);
6
+
7
Util.abp.signalr = {
8
autoConnect: true,
9
connect: undefined,
0 commit comments