websocket support turned on
This commit is contained in:
parent
932a72d53f
commit
e1675c513d
@ -140,7 +140,7 @@ var AriaConnection = function(conf) {
|
||||
params: [],
|
||||
func: ''
|
||||
});
|
||||
if (!sockRPC || !sockRPC.initialized || true)
|
||||
if (!sockRPC || !sockRPC.initialized)
|
||||
return jRPC.invoke(opts);
|
||||
else
|
||||
return sockRPC.invoke(opts);
|
||||
|
Loading…
x
Reference in New Issue
Block a user